In Short – “’const’ keyword is used to create a read-only reference to some value or object. Declaring a variable with const does not make it immutable but
Sanmay Ved, an Indian guy who bought google.com domain last year at just the cost of 12$ is paid by Google an amount of $6006.13, the company announced in
In Short – “LET keyword allows us to declare a variable with the block-level scope which was not possible in JavaScript programming language before.” Till EcmaScript 5 one of
NodeJS is single threaded, hmm yes but this is a partial truth, actually it is event-driven and single-threaded with background workers. NodeJS is based on JavaScript and C++. JavaScript executes on the
AngularJS – an awesome framework with lots of native services and functions. Some of them are $apply, $timeout, $digest and $evalAsync. These are pretty used terms in any
After sensing virtual reality through sight and sound this Spain-based technology company, NeuroDigital Technologies, has designed Gloveone, and this allows you to touch the virtual objects, thanks to a
Bubble sort is the basic sorting algorithm which continuously compares the adjacent pairs and swaps them if they are in wrong order. This algorithm is generally used to
The data layer is one of the most important component of the application and we have pretty good options to take care this requirement like ADO.NET, LinqToSql , Entity Framework.