+ 1
Did you see similar quizzes in JS already?
I created this quiz a while ago: In which directions the element with the id 01 moves? var el = document.getElementById ("01"); el.style.position = "relative"; var i = setInterval (move, 1000); var increment = 0; var decrement = 10; function move (){ el.style.left = ++increment; el.style.top = --decrement; } I've never seen a similar quiz to this yet, so why has it been declined? I'm trying to get my quizzes approved, but every is declined.
2 Respuestas
+ 3
Right
+ 2
Write an email to info@, maybe you could have an explanation.
For me is good.
Movement is UP and RIGHT