[[["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 `getArray` method extracts a specified property from a given feature and returns it as an array."],["This method is called on a feature object and takes the property name as an argument."],["It is specifically designed to retrieve array values from feature properties."]]],["The core functionality is extracting a specified property from a feature object. The `Feature.getArray(property)` method retrieves this property's value as an array. The method requires two inputs: a feature object (referred to as `this`) and a string representing the `property` name to be extracted from that feature. The returned value from the function is an Array.\n"]]