Notepad/enter/Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Welcome to JavaScript.md

10 lines
749 B
Markdown
Raw Normal View History

2023-07-05 18:29:11 +00:00
# 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