Did you see similar quizzes in JS already? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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.

16th Nov 2017, 12:56 PM
Jonas Schröter
Jonas Schröter - avatar
2 ответов
+ 3
Right
17th Nov 2017, 5:34 AM
Jonas Schröter
Jonas Schröter - avatar
+ 2
Write an email to info@, maybe you could have an explanation. For me is good. Movement is UP and RIGHT
16th Nov 2017, 1:42 PM
Daniel
Daniel - avatar