DEV Community

Daniel Wanjala
Daniel Wanjala

Posted on

Day 1: Fundamentals 1 Js

Because I had previously learned HTML and CSS Foundation, I began with Js today. But, before deciding to dive right into Js, I made sure I remembered the basics of HTML and CSS, which I did.
Today I learnt how to run Js programs in the browser. The console.log()command . After that, I read about variables and concluded that instead of using var, only use const and let, give variable names that are easy to remember, and I was able to complete the assignments by the end of the lesson.
Lastly was numbers.
It's all about basic math, assignments, operands, integers, floating points, doubles, unary, and binary.
So far so good #💪

Top comments (0)