#iwritecode
Read more stories on Hashnode
Articles with this tag
1) Defination Arrays are variables which can hold more than 1 value. Yes.... thats all 😁 Examples: const fruits = ["apple" , "banana" ,...
For Of ... Mdn Defination The for...of statement executes a loop that operates on a sequence of values sourced from an iterable object. Iterable...
1) Scope: Scope is that area in which values , expressions are visible , if u try to access any values , expressions out of it you wont be able to...