| -- Operator |
| ! - NOT Operator |
| != Type Coercion |
| !== Equality Operator |
| $(document).ready |
| $.each |
| $.extend |
| $.get |
| $.getJSON |
| ${...} - Template Literal |
| % - Remainder |
| && - AND Operator |
| () - Parentheses |
| ** - Exponentiation |
| *OrNullObject Methods |
| ... Rest Operator |
| ... Spread Operator |
| .babelrc |
| .d.ts |
| .dts |
| .eslintrc.js |
| .npmrc |
| /// reference path |
| ; - Semicolon |
| ? - Conditional Operator |
| ?: - Ternary Operator |
| @babel/core |
| @babel/polyfill - deprecated |
| @babel/preset-env |
| @fluentui/react |
| @fluentui/react-components |
| @fluentui/react-hooks |
| @microsoft/office-js-helpers |
| @param |
| @ts-check |
| @ts-expect-error |
| @ts-ignore |
| @ts-nocheck |
| @types/core-js |
| @types/find-process |
| @types/jquery |
| @types/office-js |
| @types/office-js-preview |
| @types/office-runtime |
| @types/react |
| @types/react-dom |
| \t - HTML Tab |
| _ Underscore Prefix |
| _references.js - Visual Studio 2015 |
| ` - BackTick |
| ` - Template Strings |
| {} - Curly Brackets |
| {} Nested Block Scope |
| || - OR Operator |
| ++ Operator |
| == Equality Operator |
| == Type Coercion |
| === Equality Operator |
| => - Fat Arrow |
| => Operator |
| 0 Based Collections |
| 1 Based Collections |
| 2D Arrays |
| --strictNullChecks |