If you want to change selection, open document below and click on "Move attachment"
String - JavaScript | MDN olding data that can be represented in text form. Some of the most-used operations on strings are to check their length , to build and concatenate them using the + and += string operators, checking for the existence or location of substrings <span>with the indexOf() method, or extracting substrings with the substring() method.
Character access
There are two ways to access an individual character in a string. The first is the charAt() method:
return 'cat'.ch
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.