Skip to content

Conversation

@prgrmfl
Copy link

@prgrmfl prgrmfl commented Jul 10, 2019

Can you check? Thanks.


document.getElementById('btn-addTodo').addEventListener('click', addTodo);
function addTodo() {
let list = document.getElementById('todoList');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use const here and remove the console log

Copy link
Owner

@bitsagarob bitsagarob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on the exercises
you still need to make the actual homework!
https://github.com/segersrobbert/HackYourFuture-Javascript2/blob/master/Week1/MAKEME.md

@prgrmfl prgrmfl changed the title *3*: First part of the homework-3 Exercises *3*: Finished hw week1 Jul 15, 2019
@prgrmfl prgrmfl changed the title *3*: Finished hw week1 *3*: Finished hw week2 class ex's Jul 19, 2019
@prgrmfl
Copy link
Author

prgrmfl commented Jul 19, 2019

finished hw class exercises week2

@prgrmfl prgrmfl changed the title *3*: Finished hw week2 class ex's *4*: Finished week2 hw Jul 20, 2019
@prgrmfl prgrmfl changed the title *4*: Finished week2 hw *4*: Week2 hw pull request Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants