N
N
ninja op op2020-03-01 15:32:50
JavaScript
ninja op op, 2020-03-01 15:32:50

How do I make a line 35 degrees to the right?

How can I make the line length increase, and it was tilted to the right by 35 degrees, well, like put an interval so that the length increases and it goes up?
It's almost the same as on this site - rublix.fun

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2019-07-14
@Kristal1

function pop(){
    alert('Good');
}

for(var i = 1; i <= 3; i++){
  setTimeout(pop, 2000);
}

The code given in the question is meaningless, the loop will be infinite. for(var i; i = 100; i++)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question