[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["The `isUnbounded()` method, applied to a `DateRange` object, returns `true` if the `DateRange` includes all dates."],["It takes a single argument, the `DateRange` object itself, and returns a boolean value indicating whether the date range is unbounded."],["This method helps determine if a `DateRange` is unbounded, meaning it represents all possible dates without specific start and end points."],["Examples demonstrate using `isUnbounded()` with `DateRange` objects in JavaScript and Python, illustrating how to check for unbounded date ranges."]]],[]]