[[["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."],[[["`Array.round()` is a method that operates on each element of an array."],["This method calculates and returns a new array where each element is the closest integer to the corresponding element in the input array."]]],["The core function `Array.round()` operates element-wise on an input array, returning a new array. It calculates the nearest integer for each element in the input. The input is an array of numbers, and the output is also an array containing the rounded integer values.\n"]]