You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript strings share many similarities with string implementations from other high-level languages, such as Python's. They represent text based messages and data.
3
+
JavaScript strings share many similarities with string implementations from other high-level languages. They represent text based messages and data.
4
4
5
5
In this course we will cover the basics. How to create new strings and perform common operations on them.
0 commit comments