Assignments DE.4

Handing In Assignments

You must hand in by using git

Hand In by git

  • Create an empty repo on bitbucket.org, gitlab.com, or github.com,
  • git push your local repo to the above remote repo.
  • For node assignments please put the line(s)

    node_modules/

    into your .gitignore file.

Send a mail to with:

  • The word 'handin <subjectname>' in the subject line of your mail
  • The url of your repo(s).

Assignment DE.3.9

I need 5 groups to explore, and explain the following to your classmates. In the case of the linters, you must submit one or more of your JavaScript efforts to the linter, and then in slides with screen dumps and examples explain what you get from the linter in terms of help with getting the code right. With the code fragment services, you by and large do the same. Each group does one of the numbered tasks. We draw numbers.

  1. Work with the code for JS.Arrays.1 on https://jslint.com/
  2. Work with the code for JS.Arrays.3 on https://jshint.com/
  3. Create a web page with a stamp size div dead in the middle. The code must include at least two of HTML5, CSS, and JavaScript. Use https://jsfiddle.net/
  4. Create a web page with a wide header and three columns of content across the page. The code must include at least two of HTML5, CSS, and JavaScript. Use https://codepen.io/
  5. Create a web page with a masthead and a menu across the top, a footer across the bottom, and a brillant quote centered in the absolute middle of the page The code must include at least two of HTML5, CSS, and JavaScript. Use https://jsbin.com/