mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-24 16:01:05 -04:00
fix(curriculum): update instruction note phrasing (#55153)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-3
|
||||
|
||||
JavaScript has seven primitive data types, with `String` being one of them. In JavaScript, a <dfn>string</dfn> represents a sequence of characters and can be enclosed in either single (`'`) or double (`"`) quotes.
|
||||
|
||||
Note that strings are <dfn>immutable</dfn>, which means once they are created, they cannot be changed.
|
||||
Note that strings are <dfn>immutable</dfn>, which means once they are created, they cannot be changed. The variable can still be reassigned another value.
|
||||
|
||||
Change your `"Hello"` string to use single quotes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user