Git and Github
Git and Github — Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manage Git repositories.
Programming Blog
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.
Git and Github — Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manage Git repositories.
FREE Games With Source Code– Sweet Memory Game – HTML5, JS and SCSS, Brainymo – Memory game , English Alphabets Game, Tic Tac Toe ,Circus Charly html5 tribute in phaser
Web3 Setup — Web3 is a collection of JS libraries that lets you interact with an Ethereum node remotely or locally. Simply, it provides us with an API to use so we can easily work with the blockchain. Web3 works as a wrapper for JSON RPC to connect to a remote or local Ethereum node with either a HTTP or IPC connection.
Solidity is a statically typed curly-braces programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM).
HTML DOM Events — 1] onabort , 2] afterprint , 3] animationend, 4] animationiteration, 5] animationstart, 6] beforeprint, 7] beforeunload ,8] blur
JavaScript Date Methods– getFullYear() ,getMonth(), getDate(), getHours(), getMinutes(), getTime(), getDay(), Date.now(), getSeconds(), getMilliseconds()..
Vs Code Shortcuts key for Boosting Your Productivity : Shift + Alt + F — Format document , Ctrl + F4, Ctrl + W — Close editor, F5 — start debug…
The console.assert() method writes a message to the console, but only if an expression evaluates to false.
JavaScript Array Methods –· concat(), copyWithin(), entries(), every(), map(), filter(), find(), findIndex(), forEach() , indexOf(), pop(), push(), sort()…
In JavaScript, the constructor property returns the constructor function for an object. For JavaScript arrays the constructor property returns function Array() { [native code] }