News

Every variable has a data type that indicates what kind of data is being stored in a variable. There are two types of data types in JavaScript ...
still str will be gaurav as its primitive and immutable. Immutability disallowed any altering of the original string by the string method. Instead, the method produces a new string if the method ...