9 JavaScript Tricks to speed up your coding
#1. Default Parameter Values: In JavaScript we can pass default value to a parameter in function definition that can help to reduce a few number of lines. // Looooooong way…
0 Comments
24th August 2020
#1. Default Parameter Values: In JavaScript we can pass default value to a parameter in function definition that can help to reduce a few number of lines. // Looooooong way…
Visual Studio Code has a powerful command-line interface built-in that lets you control how you launch the editor. You can open files, install extensions, change the display language, and output diagnostics through command-line options (switches).
This vscode tips n tricks series will cover various key board shortcuts and useful plugins. These tips and tricks help you to use vscode better way and increase your coding speed and productivity.