The order matters.
- Attach the style from
style/main.css
- Make the
seconds()
function insidelib/counter.js
an IIFE, so the seconds are rendered - Fix the imports so the value is displayed inside the
input
element - Figure out what's wrong with
dev.greet()
function insidelib/filler.js
. You can change only this function to achieve it. - The
console.log
inlib/filler.js
should log a value. You can't change any file insidelib
to achieve it. - Make the IF statement inside
lib/filler.js
evaluationfalse
. You can change only thelib/mapper.js
to achieve it.