A hand crafted markdown document contains all major Javascript topics covered, taken from different sources. Brush Up your JS memory.
Single line comments start with //
. For multi-line commands, you use /* ... */
// This is a single line comment
{ | |
"workbench.colorTheme": "City Lights", | |
// Controls the font size in pixels. | |
"editor.fontSize": 16, | |
"sublimeTextKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": true, | |
"editor.tabCompletion": true, | |
"editor.wordWrap": "on", |