If you want to change selection, open document below and click on "Move attachment"
String - JavaScript | MDN s:
'string text'
"string text"
"中文 español deutsch English हिन्दी العربية português বাংলা русский 日本語 ਪੰਜਾਬੀ 한국어 தமிழ் עברית"
Strings can also be created using the String global object directly:
String(thing)
<span>Parameters
thing Anything to be converted to a string.
Template literals
Starting with ECMAScript 2015, string literals can also be so-called Template literals:
`hello world`
`hello!
world!`
`hello ${who}`
escape `<span><a
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.