-
Notifications
You must be signed in to change notification settings - Fork 29
I have done the exercises. #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Week1/exercise/w1/index.js
Outdated
@@ -48,3 +69,16 @@ console.log('Hack your future Belgium!'); | |||
// 3f: set created <li> element innerHtml to todoInput value | |||
|
|||
// 3g: add <li> element to todoList | |||
|
|||
function addTodo(){ | |||
const input_value = document.getElementById("todoInput").value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the way you format your code! :p
great job
There was a problem hiding this 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 do the actual homework!
https://github.com/segersrobbert/HackYourFuture-Javascript2/blob/master/Week1/MAKEME.md
I've completed the homework. Sorry for being late. |
No description provided.