I recently got Microsoft Certified Azure Fundamentals certifications and I want to let you know that I was completely free. Yes, Free! If you planning...
Hello there, In this post we will be talking about creating basic shapes in HTML & CSS. Many beginners face issues while working with CSS, so I have...
We can declare a new variable in JavaScript by using var, let, orconst keywords. For Example, var a = 10; let b = 20; const c = 40; I was playing...