[[["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 `Feature.getNumber()` method extracts a numerical property from a given feature."],["This method requires the feature object and the name of the property as input, returning the numerical value of that property."]]],["This function extracts a property from a feature object. It utilizes the `Feature.getNumber(property)` method, returning a Number. The function takes two arguments: `this`, representing the feature object (of type Element) from which to extract the data, and `property`, a String specifying the desired property to retrieve. The function retrieves a numeric value associated with the provided property name.\n"]]