Expressions And Statements in Javascript
statement and expression are terms used to describe javascript codes, it is important that we understand these two distinct concepts. Javascript as a language makes distinction between statement and expression.
Expression
An expression is any line of...
devabdulmuheez.hashnode.dev3 min read