
JavaScript Control Statements & Loops
Foundation Which is Imp for writing Logical Code
Search for a command to run...

Foundation Which is Imp for writing Logical Code

The Fundamental Things

PRIMITIVE VS NON -PRIMITIVE PRIMITIVES ARE COPIED BY THEIR VALUE REFERENCE(non-primitive) ARE COPIED BY THEIR ADRESS/REFERENCES primitive value types => string , number, boolean, undefined, null non-primitive(reference type) types => array ,objec...

Math Object 1. pi value property it gives constant famous value as per name console.log(Math.PI); //OUTPUT = 3.14159265358... 2. Math. pow() Math.pow(x, y) returns the value of x to the power of y console.log(Math.pow(2, 3)); //2*2*2 ...

Ultimate Solution of CSS

Learn the Basic of Git and GitHub If you want to get started on learning about Git technology, you’ve come to the right place. This is a comprehensive beginner’s guide to Git. There are many clients for Git. The technology is all the same no matter t...

what is Markdown? Markdown is a way of writing rich-text (formatted text) content using plain text formatting syntax. From this post, you’ll learn all the Markdown’s major commands that will help you create an awesome GitHub README. Text Paragraph Pa...

Padding, Margin, Border

In this article, We will know how to embed audio and videos in HTML. You must have seen many web pages there are audio and videos, So let's know what are audio and video tag in HTML and what are their attributes. let's see what is a video tag - Video...