The Javascript ConsolesteemCreated with Sketch.

in #programming8 years ago

The Javascript Console Quick Video

Right click mouse and click view source

Click inspect element

Assignment: see if you can get the Google logo width to expand every 3000th of a milisecond by x

Note the code below may or maybe not correct so you may or may not need to correct something in the code

Need help use FREE Learn JavaScript https://play.google.com/store/apps/details?id=com.sololearn.javascript&hl=en

var logo = document.querySelector("#hplogo");
setInterval(function(){
logo.width+=3;
}, 300)

Sort:  

As a follower of @followforupvotes this post has been randomly selected and upvoted! Enjoy your upvote and have a great day!

Great, would be cool if you add voice.

will do on future vids thanks

Coin Marketplace

STEEM 0.13
TRX 0.34
JST 0.036
BTC 109045.05
ETH 4404.36
USDT 1.00
SBD 0.83