1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
String
is one of the datatypes in JavaScript. It maybe a character, word, or sentence surrounded by “” or ‘’. They are used to display text information.
JavaScript Strings
they are for storing and manipulating text.
.length
is a property that gives the number of characters in a string.
Index
it is used to access individual characters
0
index starts the count in what number?
Square Brackets
it is used to access the index/indices of a string
Backticks
You create string values by using this ``
${}
you can use this to add an expression inside a string such as variables or mathematical expressions.