[[["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."],[[["`leftShift()` calculates the left shift of a number by a specified number of bits."],["It takes two arguments: the number to shift (`left`) and the number of bits to shift by (`right`)."],["The result is a new number representing the original number shifted left by the specified number of bits."],["This is analogous to multiplying the original number by 2 raised to the power of the number of bits shifted."]]],[]]