Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
Unlike some other languages, J[...]; therefore, the escape sequences above work in strings created with either single or double quotes.
Answer
avaScript makes no distinction between single-quoted strings and double-quoted strings

Question
Unlike some other languages, J[...]; therefore, the escape sequences above work in strings created with either single or double quotes.
Answer
?

Question
Unlike some other languages, J[...]; therefore, the escape sequences above work in strings created with either single or double quotes.
Answer
avaScript makes no distinction between single-quoted strings and double-quoted strings
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Unlike some other languages, JavaScript makes no distinction between single-quoted strings and double-quoted strings; therefore, the escape sequences above work in strings created with either single or double quotes.

Original toplevel document

String - JavaScript | MDN
LL character \' single quote \" double quote \\ backslash \n new line \r carriage return \v vertical tab \t tab \b backspace \f form feed \uXXXX unicode codepoint \u{X} ... \u{XXXXXX} unicode codepoint \xXX the Latin-1 character <span>Unlike some other languages, JavaScript makes no distinction between single-quoted strings and double-quoted strings; therefore, the escape sequences above work in strings created with either single or double quotes. Long literal strings Sometimes, your code will include strings which are very long. Rather than having lines that go on endlessly, or wrap at the whim of your editor, you may

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised 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.