JavaScript Basic
The Fundamental Things
Jul 15, 20238 min read49

Search for a command to run...
Articles tagged with #javascript
The Fundamental Things

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 ...

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...
