#expressions
Read more stories on Hashnode
Articles with this tag
Statements vs. expressions Knowing this is essential before writing any JS code. const q = 2 This is a simple line of code that creates a constant q...