#30DaysOfNode - Day 3
Today I wrote JS code directly in my terminal via the Node REPL (like how you write it using your browser's dev tools).
I now understand how @ThePrimeagen did it while talking about JavaScript on his YouTube channel.
Node.js is a JavaScript runtime🎯
#30DaysOfNode - Day 2
Today I continued Jonas' course, and I learned about setting up Node.js on my PC.
I also learned that Node.js is a JavaScript runtime perfect for building fast, scalable, data-intensive apps.
However, It should not be used for CPU-intensive tasks.