#coding-challenge
Read more stories on Hashnode
Articles with this tag
...More Snippets from follow along with Netninja //Now to numbers: let radius = 10; const pie = 3.14; console.log(radius, pie); //math operators +,...
So it's day 20 already. Finally!!!! Today we will be talking about Bootstrap. Bootstrap was made by Twitter and it is a frontend development framework...
The comments in the code explain it all // alert("hello world"); // console.log(1);//a function we can use to log out vaues to the console. //a way...
One thing I forgot to write on is HTML lists, and it is something we were taught earlier in the GIT Africa Agility bootcamp6.0. Lists are very...
Comments are used too provide explanations, notes, or reminders for yourself and other programmers, you can add text comments to your code. Comments...
CSS is used to style webpages, simply. CSS stands for 'Cascading Style Sheets. Here I am trying to remember if it is "styles" or "style" until I...