Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

const trex = document.querySelector("#trex"); const kaktus = document.querySelector("#kaktus"); function zipla() { if (kaktus.classList != "kaktus-animate") { kaktus.classList.add("kaktus-animate"); } if (trex.classList !=

Ferhat answered on December 17, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


const trex = document.querySelector("#trex"); const kaktus = document.querySelector("#kaktus"); function zipla() { if (kaktus.classList != "kaktus-animate") { kaktus.classList.add("kaktus-animate"); } if (trex.classList !=

0
Popularity 1/10 Helpfulness 1/10 Language javascript
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Dec 17 2023
Ferhat
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.