Click here to start the Bootcamp.
In this Javascript Bootcamp, you will learn the most important javascript concepts so that you can start building websites and prepare for your upcoming front-end interviews.
- Install Better comments VS Code extension to view colored comments.
- Install Markdown Preview Enhanced extension to preview .md files directly on VS code.
- Open your VS Code settings. You can access them by going to File > Preferences > Settings (on macOS) or Code > Preferences > Settings (on Windows/Linux).
- Search for "workbench.editorAssociations".
- Click the "Add Item" button.
- In the "Key" field, enter *.md (this associates all files with the .md extension).
- In the "Value" field, select vscode.markdown.preview.editor from the dropdown menu.
- Close the settings window.
- You can contribute to this repository by forking it and raising a PR.
- You can also showcase the javascript projects you have done in the
wall-of-fame
folder.