Skip to content

MSK-Web-development/msk-javascript-bootcamp

Repository files navigation

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.

VS code setup

  1. Install Better comments VS Code extension to view colored comments.
  2. Install Markdown Preview Enhanced extension to preview .md files directly on VS code.

To open .md files directly in "Markdown preview enhanced" extension of 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.

Contribution steps

  1. You can contribute to this repository by forking it and raising a PR.
  2. You can also showcase the javascript projects you have done in the wall-of-fame folder.

Contributors