JavaScript Strings
In this article, we learn about strings and their methods
What is String?
a string is a sequence of characters enclosed in single quotes (''), double quotes ("") or backticks (``).
Strings are immutable, meaning their values cannot be changed once ...
tkp.hashnode.dev8 min read