It's important to revise the concepts before appearing in an interview. So here is the cheatsheet of some important JavaScript concepts , which will...
What is Scope? Like any other programming language, JavaScript also uses the concept of scope for variables . The accessibility of an variable in...
What is an Array in JavaScript? An array in JavaScript is an object that contains similar or different types of items. Those items can be variables...
What is Markdown? Markdown is a plain text formatting syntax for writers. It allows you to quickly write structured content for the web, and have it...
The CSS position property is used to set position for html elements. Positioning is what makes us determine where elements appear on the screen, and...
Writing CSS is not that easy if you don't have a proper understanding of how things work in CSS. Don't worry , in this article I will provide you with...