JavaScript String Functions

The JavaScript String Objects provide various Functions and Constants / Properties. JavaScript String Functions allow us to perform many functionalities such as comparison, search, conversions, extraction, manipulation, case conversions, etc. String Properties The following table will show the list of JavaScript Properties or Constants in String function Objects. Properties Description constructor It will return the … Read more

JavaScript HTML Methods

The JavaScript HTML Methods will help you to add HTML tags around the string object. The following table will show you the list of available JavaScript HTML wrapper Functions or methods. JavaScript HTML Methods Description anchor() Creates an HTML anchor with a Name attribute around the Text. big() Creates an HTML <big> tag around the … Read more