Inspiration
Local Hack Day inspired me to learn Node.js
What it does
It showcases some program implementations using Node.js
How we built it
- Outputting to the Console
- nano hello.js In the hello.js add - --- console.log("Hello World"); ---
- Running the program
- node hello.js
- Receiving User Input via Command Line Arguments
- nano arguments.js Add - --- console.log(process.argv); ---
- node arguments.js hello world
Challenges we ran into
Learning a new language is always intimidating!.
Accomplishments that we're proud of
I am proud of learning a new language.
What we learned
Node.js
What's next for Build with a starter Pack
Probably Flask!
Log in or sign up for Devpost to join the conversation.