[[["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 2024-09-19 UTC."],[[["`Number.clamp()` constrains a number to a specified range, returning the original number if it falls within the range."],["If the number exceeds the maximum value of the range, the function returns the maximum value instead."],["If the number is less than the minimum value of the range, the function returns the minimum value."],["This function is useful for ensuring that numeric values stay within desired bounds."]]],[]]