Setting Up
If you're interested in setting up your own environment, then this lesson is for you!
We'll cover the following...
Educative provides an innovative platform for running code in the browser. Most examples and exercises take advantage of this feature, so you don’t have to worry about setting up an environment on your machine. If you prefer your own editor/environment, that’s perfectly fine. I’ll quickly go over what you’ll need if you want to run the code on your machine.
Editor
Any editor will do. I highly recommend Visual Studio Code because it supports HTML, CSS, JavaScript, and TypeScript syntax highlighting. As long as your editor supports those languages, ...