Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ https://github.com/4GeeksAcademy/vanillajs-hello
let who = ['The dog', 'My grandma', 'The mailman', 'My bird'];
let action = ['ate', 'peed', 'crushed', 'broke'];
let what = ['my homework', 'my phone', 'the car'];
let when = ['before the class', 'when I was sleeping', 'while I was exercising', 'during my lunch', 'while I was praying'];
let when = ['before the class', 'when I was sleeping', 'while I was exercising', 'during my lunch', 'while I was playing'];
```
+ To create a consistent excuse, you have to concatenate one item from each array in the proper order.
+ Call the function `onload` and set the excuse into the `innerHTML` of the `#excuse` HTML element.
Expand Down