Why JavaScript is awesome?

The reason why JavaScript is awesome because you can build anything in JavaScript Things you can build with JavaScript are: machine learning You can do machine learning in JavaScript with the help of: Tensorflow.js Brain.js KeraJS Mobile Development Mobile Development industry is growing very year. Now you can use JavaScript Frameworks like React Native Ionic NativeScript PHONEGAP Game Development Phaser.js PlayCanvas MelonJS You can also … Continue reading Why JavaScript is awesome?

What are Position Properties in CSS?

The position property will help you place an element wherever you want. For eg: There are 5 Position Property Static Relative Fixed Absolute Sticky Static position All html elements are static by default. The static position elements does not affect anything. The element will stick to the normal page flow. Relative position Relative Position is somewhat similar to Static position. If you apply relative position … Continue reading What are Position Properties in CSS?