fixed semicolon typo
This commit is contained in:
@ -757,7 +757,7 @@
|
|||||||
"title": "Declare String Variables",
|
"title": "Declare String Variables",
|
||||||
"description": [
|
"description": [
|
||||||
"Previously we have used the code",
|
"Previously we have used the code",
|
||||||
"<code>var myName = \"your name\"</code>",
|
"<code>var myName = \"your name\";</code>",
|
||||||
"<code>\"your name\"</code> is called a <dfn>string</dfn> <dfn>literal</dfn>. It is a string because it is a series of zero or more characters enclosed in single or double quotes.",
|
"<code>\"your name\"</code> is called a <dfn>string</dfn> <dfn>literal</dfn>. It is a string because it is a series of zero or more characters enclosed in single or double quotes.",
|
||||||
"<h4>Instructions</h4>",
|
"<h4>Instructions</h4>",
|
||||||
"Create two new <code>string</code> variables: <code>myFirstName</code> and <code>myLastName</code> and assign them the values of your first and last name, respectively."
|
"Create two new <code>string</code> variables: <code>myFirstName</code> and <code>myLastName</code> and assign them the values of your first and last name, respectively."
|
||||||
|
Reference in New Issue
Block a user