[[["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-06-05 UTC."],[[["The `replace` method substitutes the first instance of `oldval` within the list with `newval`."],["It operates on a list and returns a modified version of the same list."],["The method requires the original list (`this`), the value to be replaced (`oldval`), and its replacement (`newval`)."]]],[]]