Description
What will you learn:-
- Recognize and explain strings
- Strings from many strings are combined
- Strings' case should be changed
- Strings can be replaced in parts
- Use template strings written in ES6
- Use the includes function and learn how to use it
- To convert strings to numbers, use JavaScript's parsing tools
Syllabus:-
-
Introduction
-
Course Roadmap / Before We Begin
-
Do You Know Strings
-
What is a String?
-
What are Strings? (Live Explanation)
-
Strings - What Can They Do? Can they Do Things? Let's Find Out.
-
Where can JavaScript Strings be Found? + Chapter Review
-
Introduction
-
Creating Strings
-
Storing Strings
-
Multi-line Strings
-
Concatenation
-
String Replacement
-
Replacement Rumble
-
Changing Cases
-
Review
-
String Struggl
-
Introduction
-
Template Strings
-
Includes
-
Turning Strings into Numbers