Informática, perguntado por juliamgsp, 4 meses atrás

Alguém me passa site que ensina do começo curso grátis de Java Script? ​

Soluções para a tarefa

Respondido por guilhermesimao851
0

Resposta:

claro

Explicação:

é só pedir mesada pra tua mae der


Giovannagouy: dar
Respondido por vinipires975
1

function displayTime() {

  let date = new Date();

  let time = date.toLocaleTimeString();

  document.getElementById('demo').textContent = time;

}

const createClock = setInterval(displayTime, 1000);

const myInterval = setInterval(myFunction, 2000);

clearInterval(myInterval);

let i = 1;

setTimeout(function run() {

 console.log(i);

 i++;

 setTimeout(run, 100);

}, 100);

let i = 1;

setInterval(function run() {

 console.log(i);

 i++

}, 100);

function draw() {

  // Drawing code goes here

  requestAnimationFrame(draw);

}

draw();

html {

 background-color: white;

 height: 100%;

}

body {

 height: inherit;

 background-color: red;

 margin: 0;

 display: flex;

 justify-content: center;

 align-items: center;

}

div {

 display: inline-block;

 font-size: 10rem;

}html {

 background-color: white;

 height: 100%;

}

body {

 height: inherit;

 background-color: red;

 margin: 0;

 display: flex;

 justify-content: center;

 align-items: center;

}

div {

 display: inline-block;

 font-size: 10rem;

}html {

 background-color: white;

 height: 100%;

}

body {

 height: inherit;

 background-color: red;

 margin: 0;

 display: flex;

 justify-content: center;

 align-items: center;

}

div {

 display: inline-block;

 font-size: 10rem;

}html {

 background-color: white;

 height: 100%;

}

body {

 height: inherit;

 background-color: red;

 margin: 0;

 display: flex;

 justify-content: center;

 align-items: center;

}

div {

 display: inline-block;

 font-size: 10rem;

}html {

 background-color: white;

 height: 100%;

}

body {

 height: inherit;

 background-color: red;

 margin: 0;

 display: flex;

 justify-content: center;

 align-items: center;

}

div {

 display: inline-block;

 font-size: 10rem;

}html {

 background-color: white;

 height: 100%;

}

body {

 height: inherit;

 background-color: red;

 margin: 0;

 display: flex;

 justify-content: center;

 align-items: center;

}

div {

 display: inline-block;

 font-size: 10rem;

}

Perguntas interessantes