JavaScript String and Date Objects

Javascript string and date objects

JavaScript String The JavaScript string is a sequence of characters enclosed in double quotes. JavaScript Strings are basically Objects. JavaScript strings can be created by two different ways By string literal By string object (using new keyword) 1) By string literal The string literal in JavaScript is created using double quotes. It can take following … Read more