Mastering JavaScript is a life long process but at least you can learn some basic concepts in few days to make functional web pages
Let's see how๐
THREAD๐งต
Alright great! You're in this thread that's mean you're interested๐ฅ
First things first, whenever I'm up to learning new technology or language, I always start with a crash course. By doing so I get a quick overview of things in almost not time
{ 2 / 15 }
Here's a crash course of JavaScript by Freecodecamp.
Crash courses are just for quick look. Don't just stop learning after it. Keep exploring things by your own
You can learn some basic CSS and add some great styling in your web page in less than 10 days.
Let's see how๐
Thread ๐งต
First and foremost
The characterstic of a great website is it's color scheme. Forget about everything and learn about background and color properties initially
{ 2 / 17 }
Don't think that background property is just for setting the solid color. Background is a shorthand property for background-image, background-position etc..