Shubham Verma
Shubham Verma | Blogs

Shubham Verma | Blogs

Follow
homeAboutContactProject Huntbadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

The easiest way to write Markdown in NextJS!!

Jun 29, 20211 min read 494 views

In this short blog, I'll show you how you can write Markdown in NextJS using MDX. Installation Before getting starting, I assume you have already...

The easiest way to write Markdown in NextJS!!

Technical Aspects of Bytes ๐ŸŽ‰

Jun 25, 20214 min read 214 views

โš ๏ธ โš ๏ธ This project is no longer maintained or hosted. The code available on Github If you are unaware of Bytes then check out this blog that I...

Technical Aspects of Bytes ๐ŸŽ‰

Let's Polyfill - map(), filter() and reduce()

May 18, 20214 min read 1.0K views

The hello worlds of polyfills ยท Map Filter Reduce Map map is an Array method that takes in a callback and returns an array of items that were returned...

Let's Polyfill - map(), filter() and reduce()

Basic JavaScript: Data Types

Sep 18, 20202 min read 137 views

Data Types are important concepts in any language. They define the type of data a variable can hold. In JavaScript, we have various data types...

Basic JavaScript: Data Types

Basic JavaScript: Variables

Sep 16, 20201 min read 87 views

Let's start with Variables. A Variable is a container that can hold a certain value, like in Maths we have variable x=2 or x+y=2 where x and y are...

Basic JavaScript: Variables

Basic JavaScript: Intro

Sep 15, 20201 min read 83 views

What is JavaScript? JavaScript is a programming language designed for the web. How is JavaScript used? JavaScript is used to manipulate HTML and...

Basic JavaScript: Intro