You must hand in by using git
bitbucket.org,
gitlab.com, or
github.com,
git push your local repo to the above remote repo.
node_modules/
.gitignore file.
Send a mail to <nmla@iba.dk> with:
handin <subjectname>'
in the subject line of your mail
I will outline a JavaScript task and you must solve it using the inspector, log, debugger, possibly the css editor, etc. of todays lesson. The process of solving this assignment must be documented in a series of slides that you will present in the next lesson. Do the following step by step:
placesToVisit using any method
as outlined in the recent JavaScript lesson about arrays. Populate
the array with five US cities you'd like to visit.
document.write().
outputArray(theArray) that
displays the array content given the variable name of the
array as input argument.
outputArray() with
placesToVisit as an argument.
splice() function.
outputArray() function to display
the array after the removal.