When starting the programming journey, as in all activities that you start, you have that crazy good energy that you want to translate it instantly into something tangible, something you can immediately feel proud of. Picking your first programming low hanging fruit.
You buy your first drill, of course you want to make a whole in the wall once you get home. That first second hand pro video camera you just got your hands on? You’re gonna use it even before getting home… you get the point 🙂
Long story short, if you are reading this from Google Chrome, Mozilla Firefox or Microsoft Internet Explorer / Edge (or whatever browser you use and supports Dev Tools), hit F12 key, go to Console tab, type the below and hit Enter:
console.log("Hello world!");
Congratulations, you just made your first step in the painutiful programming journey!