A string is a collection of characters that enclosed either within single quotes (') or double quotes ("). Example var name = ‘Shairy'; // Single quoted string var name = "Shairy!"; // Double quoted string Different properties and... READ MORE >>
Recent Comments