Open in app

Sign In

Write

Sign In

Kritika Pattalam Bharathkumar
Kritika Pattalam Bharathkumar

196 Followers

Home

About

Jun 24

Difference between delete and splice an element in an array using JavaScript

How to delete an element in an array using splice and delete and what is the difference between them both? — As a JavaScript developer, many times in interviews or when building projects we would need to remove some items from an array. And in order to do this, the two things which come to our mind are using delete or splice on the array. But do you really know what…

JavaScript

3 min read

Difference between delete and splice an element in an array using JavaScript
Difference between delete and splice an element in an array using JavaScript
JavaScript

3 min read


Jun 14

Different ways to remove an element at the end of the array using JavaScript

Let’s see 3 different ways to remove an element at the end of the array As part of this blog, we are going to see how to remove an element at the end of the array in JavaScript using the following methods. reduce the length of the array using Array.prototype.pop()…

JavaScript

2 min read

Different ways to remove an element at the end of the array using JavaScript
Different ways to remove an element at the end of the array using JavaScript
JavaScript

2 min read


Apr 22

2 Simple ways you can truncate text using CSS

CSS Tricks on how to truncate text. As part of this blog let's see two ways in which you can truncate a text using CSS 1) Truncate a single line text using ellipsis .truncate-ellipsis { width: 350px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } With text-overflow, an ellipsis can be applied to a single line of text, provided the following conditions are met…

CSS

2 min read

2 Simple ways you can truncate text using CSS
2 Simple ways you can truncate text using CSS
CSS

2 min read


Mar 8

Build a Random Quote Generator using JavaScript

Learn JavaScript by building a random quote generator — designed for beginners. The best way to learn to code is by practice and by building small projects. As part of this blog, let’s build a beginner-friendly random quote generator in JavaScript. Check out my previous blog post Build a Simple…

JavaScript

6 min read

Build a Random Quote Generator using JavaScript
Build a Random Quote Generator using JavaScript
JavaScript

6 min read


Feb 10

Do you use git? Then this is for you…

7 ways in which you can add files to your commit using git add — For anyone who uses git, git add is the most commonly used terminal command to add files. But have you ever wondered if you can add only newly created files or just a specific type of file? …

Git

2 min read

Do you use git? Then this is for you…
Do you use git? Then this is for you…
Git

2 min read


Feb 4

Build a Simple Clock using JavaScript

Simple digital clock using JavaScript — The best way to learn to code is by practicing and building small projects. As part of this blog, let’s build a simple clock that will print the local time of the user using JavaScript. This is great for beginners and for someone who has started with JavaScript. What will we learn as part of this blog? Defining a…

JavaScript

4 min read

Build a Simple Clock using JavaScript
Build a Simple Clock using JavaScript
JavaScript

4 min read


Jan 29

Do you know what “use strict” does in JavaScript?

“use strict” mode — Explained As JavaScript developers, we often have “use strict” — strict mode enabled in our projects. But do we know what that expression does? Let’s find out. What is a strict mode? JavaScript’s strict mode makes JS be executed in strict mode, which helps identify common mistakes in coding practices which…

JavaScript

4 min read

Do you know what “use strict” does in JavaScript?
Do you know what “use strict” does in JavaScript?
JavaScript

4 min read


Jan 26

How to add a favicon to a website in a single line of HTML?

This blog explains how to add a favicon to a webpage and its uses. Each of us would log in to websites or view multiple sites every day in our life. And most of us are guilty of having more than one tab open in a browser eg: Facebook, Amazon, Google, Gmail, etc, and even with so many tabs open, we are still able…

HTML

3 min read

How to add a favicon to a website in a single line of HTML?
How to add a favicon to a website in a single line of HTML?
HTML

3 min read


Jan 18

Getting Started with JavaScript — Ultimate Free Resources

A list of resources I used to learn JavaScript as a complete beginner In recent times few friends reached out to me, asking for links to resources that can help them kickstart learning JavaScript/ES6. …

JavaScript

3 min read

Getting Started with JavaScript — Ultimate Free Resources
Getting Started with JavaScript — Ultimate Free Resources
JavaScript

3 min read


Jan 12

HTML Roadmap

Are you planning to start your coding journey? Then this is for you — a roadmap to help you achieve your goals. Here is a list of things one should learn while starting with HTML. …

HTML

2 min read

HTML Roadmap
HTML Roadmap
HTML

2 min read

Kritika Pattalam Bharathkumar

Kritika Pattalam Bharathkumar

196 Followers

Front End Engineer | Writes about HTML, CSS, JavaScript and everything related to web development

Following
  • Jane Grismer

    Jane Grismer

  • Olubisi Idris Ayinde

    Olubisi Idris Ayinde

  • Z. Software Engineer

    Z. Software Engineer

  • Raja Muhammad Mustansar Javaid

    Raja Muhammad Mustansar Javaid

  • Alyce

    Alyce

See all (105)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams