Skip to content

Commit

Permalink
asda
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyiho committed Sep 29, 2023
1 parent 6f14402 commit a0768c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _notebooks/2023-08-30-basics-js-data-types.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {
"vscode": {
"languageId": "html"
Expand Down Expand Up @@ -496,7 +496,7 @@
"console.log(\"Number of current classes:\", numberOfClasses);\n",
"\n",
"// Use typeof to determine the types of fields\n",
"var typeOfName = typeof perso.name;\n",
"var typeOfName = typeof person.name;\n",
"var typeOfInterests = typeof person.interests;\n",
"var typeOfAge = typeof person.age;\n",
"\n",
Expand Down

0 comments on commit a0768c1

Please sign in to comment.