Array helper methods are the special kind of methods that work with data collection more easily and all the methods are themed around avoiding working with a manual for a loop. Array helper methods are more precisely used for data manipulation, which was introduced in ES6 or ECMAScript 6.
Before diving into the helper methods of an Array, let’s begin with the concept of an Array and Data Manipulation.
The prevalent thing is every day we are dealing with data & we have to manipulate that data in some way to perform some action and again return some sort of…
Every hour of every day, every minute of every hour, and every second of every minute, a tremendous amount of data is being transferred over the network channels.
Let's understand the data and channels first.
As we know, communicating data from one location to another requires some sort of pathway or we call it a medium. So, these pathways or mediums called communication channels.
Now, again a question arises here what type of data is transferred?
Nowadays we can transfer any format of data across the globe and that data can be kind of text, Blob, and CLOB data, and…
UTF-16 is a standard method of encoding data. but what actually encoding means?
Every day we are transmitting a tremendous amount of data from one place to another via some communication channel, and that channel only understands the binary data that are packed in the form of bits normally called packets. This is what the encoding is, the conversion of readable data by some standard (UTF-8, UTF-16) into the equivalent bits/cipher is called encoding.
Again, what is UTF-16? Before diving into the UTF-16 standard, Let’s understand the ASCII and UTF-8 first. But, why ASCII and UTF-8? …
How I think as a Programmer and Logic that’s it.