String Polyfills and Common Interview Methods in JavaScript
String
string is just a sequencce of character
properties
Strings are immutable
Strings behave like arrays (but they’re NOT arrays)
Strings are objects under the hood
way to create string
let a =
dushyantxcode.hashnode.dev6 min read