String Polyfills
What string methods are ?
JavaScript gives us string methods which are built-in functions that lets you read , search , modify and transform strings .
Some of them are :
length
charAt(index)
includ
string-polyphils-01.hashnode.dev3 min read