close
The Wayback Machine - https://web.archive.org/web/20230205153225/https://dev.to/t/javascript

DEV Community 👩‍💻👨‍💻

Image

JavaScript

Once relegated to the browser as one of the 3 core technologies of the web, JavaScript can now be found almost anywhere you find code. JavaScript developers move fast and push software development forward; they can be as opinionated as the frameworks they use, so let's keep it clean here and make it a place to learn from each other!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Get viewport width and height in JavaScript (with examples)

Get viewport width and height in JavaScript (with examples)

Reactions 1 Comments
2 min read
About “__dirname is not defined in ES module scope” in JavaScript

About “__dirname is not defined in ES module scope” in JavaScript

Reactions 1 Comments
2 min read
How to get yesterday’s date in JavaScript without a library

How to get yesterday’s date in JavaScript without a library

Reactions 1 Comments
2 min read
Subtract days from a date in JavaScript without a library

Subtract days from a date in JavaScript without a library

Reactions 1 Comments
3 min read
How to add days to a date in JavaScript (without a library)

How to add days to a date in JavaScript (without a library)

Reactions 1 Comments
3 min read
7 Free Public APIs you will love as a developer💖

7 Free Public APIs you will love as a developer💖

Reactions 13 Comments
3 min read
Get the day of the week in JavaScript without a library

Get the day of the week in JavaScript without a library

Reactions 2 Comments
3 min read
JavaScript double exclamation mark explained (with examples)

JavaScript double exclamation mark explained (with examples)

Reactions 2 Comments
4 min read
Javascript if/else shorthand explained (with common uses cases)

Javascript if/else shorthand explained (with common uses cases)

Reactions 1 Comments
2 min read
About "Cannot use import statement outside a module" in JavaScript

About "Cannot use import statement outside a module" in JavaScript

Reactions 1 Comments
3 min read
Single responsibility in Javascript

Single responsibility in Javascript

Reactions 1 Comments
2 min read
Create a WhatsApp Bot that schedules, Automates Messages on the cloud.

Create a WhatsApp Bot that schedules, Automates Messages on the cloud.

Comments
9 min read
About "getElementById is not a function" in JavaScript

About "getElementById is not a function" in JavaScript

Reactions 1 Comments
3 min read
JavaScript's Optional Chaining (?.) Operator

JavaScript's Optional Chaining (?.) Operator

Reactions 3 Comments
5 min read
Javascript toLowerCase() - Convert Strings to Lowercase

Javascript toLowerCase() - Convert Strings to Lowercase

Reactions 2 Comments
1 min read
Javascript innerHTML

Javascript innerHTML

Reactions 2 Comments
2 min read
Why go full-stack in 2023?

Why go full-stack in 2023?

Reactions 2 Comments
8 min read
Javascript Arrays - How to Remove Duplicate Elements

Javascript Arrays - How to Remove Duplicate Elements

Reactions 2 Comments
1 min read
Web Scraping vs. Crawling: What’s the Difference?

Web Scraping vs. Crawling: What’s the Difference?

Reactions 1 Comments
3 min read
Intro to React Native: Develop mobile apps

Intro to React Native: Develop mobile apps

Reactions 2 Comments 2
6 min read
JavaScript function call() method:

JavaScript function call() method:

Reactions 1 Comments 2
1 min read
Ionic Appflow live update alternative

Ionic Appflow live update alternative

Comments
2 min read
useEffect a Conceptual Deep Dive

useEffect a Conceptual Deep Dive

Reactions 1 Comments 1
6 min read
5 Impressive Javascript projects you can build easily (Tutorials Included)

5 Impressive Javascript projects you can build easily (Tutorials Included)

Reactions 1 Comments
2 min read
Created A AI-Powered Solution For E-commerce Products

Created A AI-Powered Solution For E-commerce Products

Reactions 2 Comments
1 min read
Best Practices for Utility-First CSS

Best Practices for Utility-First CSS

Reactions 3 Comments
10 min read
Build a responsive three columns chat layout with HTML/CSS/JS

Build a responsive three columns chat layout with HTML/CSS/JS

Reactions 2 Comments
1 min read
Demystification of JavaScript Code processing using V8 as the targeted engine 🔬

Demystification of JavaScript Code processing using V8 as the targeted engine 🔬

Reactions 3 Comments 1
3 min read
Web Scraping With Puppeteer for Total Noobs: Part 2

Web Scraping With Puppeteer for Total Noobs: Part 2

Reactions 1 Comments
3 min read
How I made a GPT-3 Chrome Extension and earned $1143 in 2 weeks

How I made a GPT-3 Chrome Extension and earned $1143 in 2 weeks

Reactions 2 Comments
3 min read
5 Custom React Hooks That Will Transform Your Code 🤖

5 Custom React Hooks That Will Transform Your Code 🤖

Reactions 8 Comments
3 min read
Tips to be a Healthy Developer🧑‍💻

Tips to be a Healthy Developer🧑‍💻

Reactions 10 Comments 7
2 min read
The Best Way to import images in ReactJs, and NextJs 🚀

The Best Way to import images in ReactJs, and NextJs 🚀

Reactions 8 Comments 4
1 min read
SEO with Nuxt 3

SEO with Nuxt 3

Reactions 2 Comments
2 min read
Nuxt 3 authentication with Supabase

Nuxt 3 authentication with Supabase

Reactions 3 Comments 4
8 min read
How to keep your units testable in JavaScript

How to keep your units testable in JavaScript

Reactions 1 Comments
8 min read
Introduction to Fiddlehead: A Fast and Lightweight UI Library

Introduction to Fiddlehead: A Fast and Lightweight UI Library

Reactions 5 Comments 2
2 min read
Understand Javascript Call, Bind, and Apply in the Simplest and Easy Way Possible!!🔥

Understand Javascript Call, Bind, and Apply in the Simplest and Easy Way Possible!!🔥

Reactions 4 Comments 4
2 min read
Debouncing: how to use it

Debouncing: how to use it

Reactions 2 Comments 2
2 min read
React Hooks by Example - Part 1

React Hooks by Example - Part 1

Reactions 2 Comments 2
4 min read
About "Await is only valid in Async functions" error in JavaScript

About "Await is only valid in Async functions" error in JavaScript

Reactions 4 Comments 1
5 min read
How to Check if Object is Empty in JavaScript

How to Check if Object is Empty in JavaScript

Reactions 2 Comments 2
2 min read
My VS Code setup

My VS Code setup

Reactions 3 Comments
7 min read
Centering Elements in CSS with Tailwind

Centering Elements in CSS with Tailwind

Reactions 2 Comments
2 min read
Javascript Promise.all() - Everything you need to know

Javascript Promise.all() - Everything you need to know

Reactions 3 Comments 1
3 min read
Javascript Arrays

Javascript Arrays

Reactions 2 Comments
4 min read
Daily message Slack bot

Daily message Slack bot

Reactions 1 Comments
1 min read
💻 What is Vue.js? A Comprehensive Guide to the Frontend Framework

💻 What is Vue.js? A Comprehensive Guide to the Frontend Framework

Reactions 2 Comments
2 min read
Differences between var, let and const.

Differences between var, let and const.

Comments
4 min read
You Might Not Need React Query for Jotai

You Might Not Need React Query for Jotai

Reactions 3 Comments 2
4 min read
Dynamic Form using Schema-Based UI

Dynamic Form using Schema-Based UI

Reactions 4 Comments 4
6 min read
React Custom Music Player

React Custom Music Player

Reactions 1 Comments 1
2 min read
How to master JavaScript, from beginner to expert

How to master JavaScript, from beginner to expert

Comments
2 min read
Make an Image drug and drop with CSS in React

Make an Image drug and drop with CSS in React

Reactions 2 Comments 4
3 min read
Svelte Email - Build and design emails with Svelte

Svelte Email - Build and design emails with Svelte

Reactions 2 Comments 1
2 min read
Deploying Remix application to Cloudflare Pages

Deploying Remix application to Cloudflare Pages

Reactions 2 Comments 2
3 min read
Why React isn't dying

Why React isn't dying

Reactions 1 Comments
5 min read
Convert a dd/mm/yyyy string to a Date object in JavaScript

Convert a dd/mm/yyyy string to a Date object in JavaScript

Reactions 1 Comments
4 min read
How to learn JavaScript - just in 5 steps by Hanfelix369

How to learn JavaScript - just in 5 steps by Hanfelix369

Reactions 2 Comments 2
3 min read
Server-side rendering for any React app on any FaaS provider

Server-side rendering for any React app on any FaaS provider

Reactions 1 Comments 2
19 min read
loading...