Shubham Vora has Published 962 Articles

How to manipulate JavaScript's Date object?

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 08:14:50

2K+ Views

To manipulate JavaScript’s Date object, you can either use get or set method and properties. For example, to set hours or to get minutes in JavaScript. Once a Date object is created, a number of methods allow you to operate on it. Most methods simply allow you to get and ... Read More

How to get the last index of an occurrence of the specified value in a string in JavaScript?

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 08:02:40

413 Views

In this tutorial, we will learn how to get the last index of an occurrence of the specified value in a string in JavaScript. The last index of an occurrence means the last position found of the searched item in a given string. It can be a single character or ... Read More

How to get the last element in JavaScript array?

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 08:00:15

2K+ Views

In this tutorial, we will try to get the last element in an array using the following three approaches − Using Array length Property. Using the slice() Method. Using the pop() Method. Using Array length Property The length property of an array returns the number of elements in ... Read More

How to print a number with commas as thousands of separators in JavaScript?

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 07:44:47

7K+ Views

In this tutorial, we will look at a few ways to print a number with commas as thousands of separators in JavaScript and compare them to understand which one is suitable in a given context. Why do we do number formatting? In English, commas are used to separate numbers bigger ... Read More

How to preserve variables in a JavaScript closure function?

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 07:34:57

980 Views

In this tutorial, we will look at the method to preserve variables in a JavaScript closure function. What is a closure function? A closure function gives access to the scope of an outer function from an inner function. It also allows private variables. Closure variables are stored in stack ... Read More

How to make a text italic using JavaScript

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 07:20:05

3K+ Views

In this tutorial, we will learn to make a text italic using JavaScript. We give the italic property to a text to differentiate it from other text within the sentence. In HTML, we can make a text italic by just adding the text within the 'i' tag. But sometimes, ... Read More

Differences between Citrix XenServer and Vmware vSphere

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 06:04:27

1K+ Views

Introduction Citrix's XenServer and VMware's vSphere are server virtualization platforms. Server virtualization is the process of partitioning a physical server into multiple unique and isolated virtual servers. Every virtual server can independently run its own operating system. To hide server resources from server users, server virtualization is utilized. This includes ... Read More

What Is Cloud Computing and the Top Cloud Technologies

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 06:02:55

222 Views

Beforehand cloud computing, associations expected to store all their data and programming on their hard drives and servers. The more prominent the association, the more servers they required. This way of dealing with treating data isn't versatile at speed. Cloud progression proposes that affiliations can scale and change at speed ... Read More

Top AWS Certification for Developers

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 06:01:05

203 Views

Amazon Web Services (AWS) preparing and confirmation assist up-and-comers with approving and constructing their cloud abilities. Permitting them to add to the change of organizations that are predominantly moving to cloud computing for those who need a vocation in AWS. There are many inquiries regarding the AWS confirmation for engineers, ... Read More

Machine Learning Transforms Cloud Providers into Custom Chip Developers

Shubham Vora

Shubham Vora

Updated on 20-Oct-2022 05:59:19

101 Views

Machine learning is a subfield of artificial intelligence (AI) and computer science that focuses on using data and algorithms to mimic human learning processes and progressively increase accuracy. The developing discipline of data science heavily relies on machine learning. In data mining projects, algorithms are taught to generate classifications or ... Read More

Advertisements