· software
Week 1 - JavaScript Fundamentals & My First Mini Project
Week 1 is wrapped. I spent the past week working through JavaScript fundamentals — variables, data types, operators, and conditionals. The goal was to build a s...
Week 1 is wrapped. I spent the past week working through JavaScript fundamentals — variables, data types, operators, and conditionals. The goal was to build a s...
Using prompt‑sync Node.js does not have a built‑in synchronous method for reading input from the terminal, so an external library such as prompt‑sync is common...