Javascript Placement Series (Part 4)
What is a Block? A Block is a compound statement which is used to group one or more statement. It groups the multiple lines and interprets as single line. Basically we can create Block with curly braces ( "{ }" ). We use block where we need to write...
Oct 9, 20223 min read52