10 lines
749 B
Markdown
10 lines
749 B
Markdown
|
# Welcome
|
||
|
|
||
|
Everyone will have to use JavaScript in some capacity when being on the web. Might as well pick up some hints as you go. Here are a few resources.
|
||
|
|
||
|
- [8 ways to learn javascript](https://www.fosslife.org/8-ways-learn-javascript-online)
|
||
|
- Okay, start running JS projects with [stackblitz WebContainers](https://blog.stackblitz.com/posts/introducing-webcontainers/)
|
||
|
- cool website menu code tutorial [here](https://www.youtube.com/watch?v=NUeCNvYY_x4)
|
||
|
- a [collection of algorithms & data structures](https://github.com/TheAlgorithms/JavaScript) implemented in JS
|
||
|
- Tons and tons of javascript resources found over on [JSFiddle](https://jsfiddle.net/jorenvanhee/rmaeak0q/0/)
|
||
|
- [Vite](https://vitejs.dev/) to quickly deploy the apps
|