Skip to content

Commit

Permalink
comment addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara3333 committed Oct 31, 2024
1 parent 799cbfd commit d006d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _notebooks/CSSE/Variables/2024-10-28-variables_hw.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"\n",
"// Code funtion that creates a sentence out of the variables\n",
"function studentProfile() {\n",
" //Btw I didn't know what f strings look like in js, so I just did it like this\n",
" console.log(\"My name is \",studentName, \"and I am\",studentAge)\n",
"\n",
"}\n",
Expand Down

0 comments on commit d006d09

Please sign in to comment.