Rest syntax looks exactly like spread syntax. In a way, rest syntax is the opposite of spread syntax. Spread syntax “expands” an array into its elements,...
Continue reading...javascript-string
Javascript string important methods – part-2
In the previous blog, we learned about some useful string methods like length, slice, startsWith, and valueOf that can be handy in many scenarios when we...
Continue reading...Javascript string important methods – part-1
Strings are useful for holding data that can be represented in text form. String is a datatype which store text that can be number, letter, symbol...
Continue reading...