DEV Community

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.
ES6, the arrow function

ES6, the arrow function

15
Comments 6
1 min read
Intro to the zip function

Intro to the zip function

17
Comments 3
4 min read
#30DaysOfCJS: Controlling a Swarm of Drones with JavaScript

#30DaysOfCJS: Controlling a Swarm of Drones with JavaScript

6
Comments
1 min read
navigator.storage

navigator.storage

18
Comments
1 min read
Writing a Hexo Tag Plugin

Writing a Hexo Tag Plugin

14
Comments
4 min read
Understanding Closures in JavaScript (With Delicious Mexican Food)

Understanding Closures in JavaScript (With Delicious Mexican Food)

19
Comments 3
2 min read
What's up with currying?

What's up with currying?

12
Comments
5 min read
How To Reset An HTML Form With JavaScript

How To Reset An HTML Form With JavaScript

5
Comments
1 min read
What's The Deal With Recursive Programming?

What's The Deal With Recursive Programming?

20
Comments 3
3 min read
Can flutter be an alternative to react-native ?

Can flutter be an alternative to react-native ?

14
Comments 7
1 min read
History of Epidemics in a Single Chart

History of Epidemics in a Single Chart

15
Comments 2
9 min read
Using Create-React-App with Express

Using Create-React-App with Express

149
Comments 35
2 min read
I built my own invoicing system

I built my own invoicing system

34
Comments 5
4 min read
“PORTFOLIO”, what do you specifically want to display? and how?

“PORTFOLIO”, what do you specifically want to display? and how?

2
Comments
1 min read
Exploring Composition in Javascript

Exploring Composition in Javascript

31
Comments 1
5 min read
Functional Programming in JavaScript? Yes, Please.

Functional Programming in JavaScript? Yes, Please.

86
Comments 41
3 min read
Pure functions, and why I like them.

Pure functions, and why I like them.

19
Comments 3
4 min read
Balls To Code

Balls To Code

1
Comments
1 min read
Almin + React/Vue can optimizing performance visually

Almin + React/Vue can optimizing performance visually

10
Comments
2 min read
Find the Duplicate Number

Find the Duplicate Number

6
Comments 3
1 min read
🚀 Introducing Lozad.js: Performant & light lazy loading library

🚀 Introducing Lozad.js: Performant & light lazy loading library

22
Comments
2 min read
Intro to the fold function (aka reduce or aggregate)

Intro to the fold function (aka reduce or aggregate)

13
Comments 1
4 min read
Array cardio

Array cardio

11
Comments
3 min read
An introduction to Vue.js - Chapter 1 - Basic Setup

An introduction to Vue.js - Chapter 1 - Basic Setup

40
Comments 13
6 min read
Not All "Just JavaScript" is the Same

Not All "Just JavaScript" is the Same

25
Comments 2
4 min read
Node.js : Winston Logging

Node.js : Winston Logging

9
Comments 1
1 min read
An introduction to Vue.js - Chapter 2 - Components (Part I)

An introduction to Vue.js - Chapter 2 - Components (Part I)

18
Comments
5 min read
5 Projects to Help You Learn React

5 Projects to Help You Learn React

88
Comments 4
4 min read
#30DaysOfCJS: Futurist Code Bases - Integrating JS of the Future Today

#30DaysOfCJS: Futurist Code Bases - Integrating JS of the Future Today

4
Comments
1 min read
Angular Tutorial: Separation of Concerns using ES7 Decorators

Angular Tutorial: Separation of Concerns using ES7 Decorators

8
Comments
7 min read
The anatomy of a custom input[type="file"] component

The anatomy of a custom input[type="file"] component

39
Comments 6
3 min read
How to use React Lifecycle Methods

How to use React Lifecycle Methods

42
Comments 7
6 min read
Switch Statement In Javascript | Javascript Crash Course 03:43

Switch Statement In Javascript | Javascript Crash Course

4
Comments
1 min read
Descriptive analytics in Javascript

Descriptive analytics in Javascript

13
Comments
3 min read
String In Javascript | Javascript Crash Course 07:43

String In Javascript | Javascript Crash Course

5
Comments 1
1 min read
Introduction to Generators in ES6

Introduction to Generators in ES6

47
Comments 3
2 min read
Tenary Operators in JavaScript, Should I?

Tenary Operators in JavaScript, Should I?

5
Comments 2
2 min read
If Else Statement In Javascript | Javascript Crash Course 10:49

If Else Statement In Javascript | Javascript Crash Course

3
Comments
1 min read
Import Local JSON In Node.js v8.5 Experimental Modules

Import Local JSON In Node.js v8.5 Experimental Modules

13
Comments 4
2 min read
NodeServices: Where Javascript and .NET Meet Back on the Other Side

NodeServices: Where Javascript and .NET Meet Back on the Other Side

21
Comments 1
5 min read
Getting Started with Ruby on Rails 5.1.4 and Angular 2+ (Currently Angular 4)

Getting Started with Ruby on Rails 5.1.4 and Angular 2+ (Currently Angular 4)

13
Comments
12 min read
Publishing your first open source package

Publishing your first open source package

4
Comments
4 min read
Learn to Code, Part 2 - Looping Targets

Learn to Code, Part 2 - Looping Targets

5
Comments 2
11 min read
Data Types In Javascript | Javascript Crash Course 05:15

Data Types In Javascript | Javascript Crash Course

4
Comments 3
1 min read
Intro to the filter function

Intro to the filter function

6
Comments
3 min read
Which has more opportunities? (Short road to starting?) React, Vue, JavaScript, Python? [Front/ Back-End]?

Which has more opportunities? (Short road to starting?) React, Vue, JavaScript, Python? [Front/ Back-End]?

6
Comments 16
1 min read
Best JavaScript course or tutorial in Youtube or any sites?

Best JavaScript course or tutorial in Youtube or any sites?

4
Comments 4
1 min read
Meiosis in action

Meiosis in action

5
Comments
1 min read
Union Of Two List In Python

Union Of Two List In Python

3
Comments
1 min read
Maus cheiros de software

Maus cheiros de software

3
Comments
3 min read
Introduction to Array.Reduce()

Introduction to Array.Reduce()

18
Comments 1
4 min read
js inheritance (part 1: share behavior among objects)

js inheritance (part 1: share behavior among objects)

6
Comments
2 min read
React Native meets CodePush

React Native meets CodePush

15
Comments 2
3 min read
Best of Modern JavaScript — Prototypes and Calls

Best of Modern JavaScript — Prototypes and Calls

11
Comments
3 min read
Best of Modern JavaScript — Prototypes and Function Names

Best of Modern JavaScript — Prototypes and Function Names

7
Comments
3 min read
Intro to the map function

Intro to the map function

14
Comments 6
3 min read
Localizing Go to JavaScript

Localizing Go to JavaScript

26
Comments
2 min read
#30DaysOfCJS: How Linters, Compilers & Other Cool Things Work

#30DaysOfCJS: How Linters, Compilers & Other Cool Things Work

5
Comments
1 min read
Why does indexOf output like this?

Why does indexOf output like this?

5
Comments 2
1 min read
Woah! Blog Automation!

Woah! Blog Automation!

2
Comments
1 min read
loading...