Learning Javascript #DAY-01 (my journey to full-stack web dev)
Anas Khan
Posted on October 19, 2019
Hello developers, this is my first ever post on this community channel and will try to pin down all the needed. :)
After trying my hands and getting done with C++, Core Java and some parts of Data Structures now looking ahead to take a dip in the waters of Full-Stack Web development as I am quite familiar with the basics of frontend i.e html+css and having a firm programming background, so now is the time to go for it.
No matter how much Ace-programmer you are, one will start a new language with a simple Hello world program. because we are programmars we start at 0.
I am a c++ guy and after such a long term romance with c++, declaring the variable's type was the only thing I know but javascript shot me blank, I was flabbergasted by the fact that javascript doesn't require any data type you just go and declare that guy ( var name='abcd') or (var age=12) you are done.
I was happy and sad both happy because no dealing with those headaches of declaring the types and sad because will miss my old friends.
Also, learnt about the basics of concatenation and printing the value out.
made some programs on temperature converter, simple interest.
Conditionals are quite similar to the previous languages so no new stuff in that.
I found javascript pretty amazing language but yes just, for now, also I have heard about the horrors of it. nevertheless, we as a programmers just keep incrementing :).
Note- any suggestions on learning javascript on getting on full-stack would be highly welcomed and appreciated
Adios.
Anas Khan.
Posted on October 19, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.