Student were asked to complete the following task;
Create a terminal application containing:
- javascript, HTML, CSS
- in browser only
- no database
- can use code from challenges
I decided to concentrate on DOM basics so focused to two challenges;
- Random Color generator
- Guess the number
This simple application will generate a random color and display the color as decimal and hexadecimal.
Skills learned;
- creating html, css
- Javascript functions
- basics in DOM; querrySelector, addEventListener
Again a simple application that teaches how to handle user input.
Skills learned;
- creating html, css
- Javascript functions
- getElementById, querySelector, addEventListener