RGrohit geddaminrohitgeddam.hashnode.dev·Oct 12, 2020 · 2 min readJS Expression, Statement;Two major syntax catogories in JS Statement Expression We have expression statement but not statement expression because expression can sometime act as statements thus expression statement Expression Expression are js code snippets that results in ...01A
RGrohit geddaminrohitgeddam.hashnode.dev·Oct 8, 2020 · 4 min readSCOPE IT IN JAVASCRIPTHave you heard about Scope in Javascript If you are experienced JS Developer you probably had and this blog might not be for you, but you are welcome to read it. Javascript has this awesome feature called Scope, now don't get scared it's as easy as e...01Y
RGrohit geddaminrohitgeddam.hashnode.dev·Oct 7, 2020 · 3 min readPrimitive vs Reference types in javascriptIn Javascript data types can be classified based on how they are passed: value Boolean null undefined String Number reference Array Function Object data types which are passed by value are called primitive types data types which are passed by...01A
RGrohit geddaminrohitgeddam.hashnode.dev·Oct 5, 2020 · 3 min readMark The MARKDOWN !What is markdown? Markdown is a plain text formatting syntax aimed at making writing for the internet easier. The philosophy behind Markdown is that plain text documents should be readable without tags mussing everything up, but there should still be...00