ep.1
today I would like to start off with some basics of node.js.
how to make it output some value. Why I write the way I write code and finally why learning English is a big part of researching code and therefore writing code in general.
first the code. We will write code that returns what we wrote in the console after the run command.
I forgot what code I need to write to get user input from the console so I will google that. I don't want to use complicated code. I just want to get the input.
here is the reason why English becomes an essential part of writing code. one needs to be able to write questions and search query that will allow the researcher to find the needed code. It will be a harder challenge for those who don't speak or at least read and write in English.
Okay, I found the needed code online. I'll copy the code.
end it with a console log and we have our code.











