[[["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.multiply()` performs element-wise multiplication between two arrays or an array and a number."],["The left-hand operand is the array the method is called on, and the right-hand operand can be an array or a number."],["If both operands are arrays, they must have the same number of elements."],["The result is a new array with the same dimensions as the inputs, where each element is the product of the corresponding elements in the inputs."],["If either operand is empty, the result is an empty array."]]],[]]