DEV Community

Coderslang: Become a Software Engineer profile picture

Coderslang: Become a Software Engineer

Teaching you to code at js.coderslang.com - JavaScript, HTML, CSS, Node.js, React.js, React Native

Work

Founder at Coderslang

How to get current date in JavaScript

How to get current date in JavaScript

4
Comments
1 min read

Want to connect with Coderslang: Become a Software Engineer?

Create an account to connect with Coderslang: Become a Software Engineer. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to update all npm package.json dependencies to the latest version

How to update all npm package.json dependencies to the latest version

Comments
1 min read
The difference between dependencies and devDependencies in package.json

The difference between dependencies and devDependencies in package.json

9
Comments
2 min read
Programming Methodologies: Agile vs Waterfall

Programming Methodologies: Agile vs Waterfall

25
Comments 4
3 min read
How Long it Takes to Learn CSS

How Long it Takes to Learn CSS

10
Comments 3
3 min read
How Long it Takes to Learn HTML

How Long it Takes to Learn HTML

7
Comments
3 min read
How to Remove Underlines From Links with CSS

How to Remove Underlines From Links with CSS

16
Comments
1 min read
JavaScript Design Patterns - Decorator

JavaScript Design Patterns - Decorator

69
Comments 1
4 min read
What does CRUD stand for in programming

What does CRUD stand for in programming

12
Comments 3
2 min read
What does return do in JavaScript

What does return do in JavaScript

12
Comments 3
2 min read
JavaScript Interview Question #50: How does Intl.Collator work in JS

JavaScript Interview Question #50: How does Intl.Collator work in JS

25
Comments
1 min read
JavaScript Interview Question #49: Add a new array element by index

JavaScript Interview Question #49: Add a new array element by index

45
Comments 5
1 min read
JavaScript Interview Question #48: Dog-sized Cat

JavaScript Interview Question #48: Dog-sized Cat

36
Comments 2
1 min read
JavaScript Interview Question #47: How Object.setPrototypeOf works in JS

JavaScript Interview Question #47: How Object.setPrototypeOf works in JS

26
Comments
2 min read
JavaScript Design Patterns - Builder

JavaScript Design Patterns - Builder

48
Comments
5 min read
How I got 1000 followers on DEV

How I got 1000 followers on DEV

35
Comments 6
4 min read
JavaScript Interview Question #46: Length of JS functions

JavaScript Interview Question #46: Length of JS functions

64
Comments 10
1 min read
JavaScript Interview Question #45: Сurrency formatting in JS

JavaScript Interview Question #45: Сurrency formatting in JS

51
Comments
1 min read
What is JavaScript Used For and How to Run It

What is JavaScript Used For and How to Run It

12
Comments
4 min read
JavaScript Interview Question #44: Number vs BigInt in JS

JavaScript Interview Question #44: Number vs BigInt in JS

19
Comments 2
1 min read
Java vs JavaScript. Key differences and similarities

Java vs JavaScript. Key differences and similarities

32
Comments 11
5 min read
JavaScript Interview Question #43: Object.toString vs Array.toString

JavaScript Interview Question #43: Object.toString vs Array.toString

14
Comments 4
1 min read
JavaScript Interview Question #42: How Math.max works in JS

JavaScript Interview Question #42: How Math.max works in JS

21
Comments
1 min read
How long does it take to learn to code?

How long does it take to learn to code?

26
Comments 13
3 min read
JavaScript Interview Question #41: Going above MAX_SAFE_INTEGER

JavaScript Interview Question #41: Going above MAX_SAFE_INTEGER

16
Comments
1 min read
4 ways to Compare Strings in JavaScript

4 ways to Compare Strings in JavaScript

24
Comments 2
2 min read
What is TypeScript and why should you use it?

What is TypeScript and why should you use it?

28
Comments 1
5 min read
JavaScript Interview Question #40: What is the type of `undefined` in JS?

JavaScript Interview Question #40: What is the type of `undefined` in JS?

29
Comments 5
1 min read
JavaScript Interview Question #39: How does setTimeout work inside the loop?

JavaScript Interview Question #39: How does setTimeout work inside the loop?

45
Comments 4
1 min read
JavaScript Interview Question #38: Can you add multiple arrays in JavaScript?

JavaScript Interview Question #38: Can you add multiple arrays in JavaScript?

42
Comments 8
1 min read
JavaScript Interview Question #37: What's the type of a single argument provided to the split function?

JavaScript Interview Question #37: What's the type of a single argument provided to the split function?

29
Comments
1 min read
JavaScript Interview Question #36: Can you add a new property to the JS array?

JavaScript Interview Question #36: Can you add a new property to the JS array?

31
Comments 3
1 min read
Learn Text Properties in HTML

Learn Text Properties in HTML

27
Comments
4 min read
JavaScript Interview Question #35: What is faster, zero timeout, or immediate resolve?

JavaScript Interview Question #35: What is faster, zero timeout, or immediate resolve?

50
Comments 5
1 min read
JavaScript Interview Question #34: Different ways to get the current date in JS

JavaScript Interview Question #34: Different ways to get the current date in JS

30
Comments
1 min read
JavaScript Interview Question #33: Add two empty arrays and check the type

JavaScript Interview Question #33: Add two empty arrays and check the type

45
Comments 6
1 min read
JavaScript Interview Question #32: 0.1 + 0.1 + 0.1 === 0.3

JavaScript Interview Question #32: 0.1 + 0.1 + 0.1 === 0.3

53
Comments 4
1 min read
How to detect the user's browser with JavaScript

How to detect the user's browser with JavaScript

29
Comments
1 min read
JavaScript Interview Question #31: Big or small

JavaScript Interview Question #31: Big or small

30
Comments 2
1 min read
JavaScript Interview Question #30: Reject inside resolve

JavaScript Interview Question #30: Reject inside resolve

11
Comments
1 min read
JavaScript Interview Question #29: Slice and dice

JavaScript Interview Question #29: Slice and dice

29
Comments
1 min read
How to learn JavaScript by doing coding tasks in a professional IDE with hints?

How to learn JavaScript by doing coding tasks in a professional IDE with hints?

27
Comments
2 min read
Algorithm Complexity and Efficiency for Beginners

Algorithm Complexity and Efficiency for Beginners

15
Comments
2 min read
How to Make your Console Output Fun and Interactive in JavaScript and Node.js

How to Make your Console Output Fun and Interactive in JavaScript and Node.js

26
Comments 2
4 min read
What is rimraf and how to use it in Node.js

What is rimraf and how to use it in Node.js

8
Comments
1 min read
Nevertheless, you should code too!

Nevertheless, you should code too!

9
Comments
1 min read
JSON Tutorial for Beginners in JavaScript and Node.js

JSON Tutorial for Beginners in JavaScript and Node.js

47
Comments 1
4 min read
Node.js Middleware and External Access

Node.js Middleware and External Access

32
Comments
3 min read
Create your first Node.js backend with Express

Create your first Node.js backend with Express

21
Comments 1
3 min read
How to disable ESLint for some lines, files, or folders

How to disable ESLint for some lines, files, or folders

10
Comments
2 min read
JavaScript Interview Question #28: Resolve and reject at the same time

JavaScript Interview Question #28: Resolve and reject at the same time

25
Comments 2
1 min read
JavaScript Interview Question #27: Handling errors in JavaScript Promise chains

JavaScript Interview Question #27: Handling errors in JavaScript Promise chains

30
Comments 4
1 min read
JavaScript Interview Question #26: Are these dates equal?

JavaScript Interview Question #26: Are these dates equal?

20
Comments
1 min read
JavaScript Interview Question #25: Immediate Promise.resolve

JavaScript Interview Question #25: Immediate Promise.resolve

30
Comments
1 min read
JavaScript Interview Question #24: Adding new properties to JS strings

JavaScript Interview Question #24: Adding new properties to JS strings

14
Comments 2
1 min read
Optimized Bubble Sort in JavaScript. Cocktail Sort.

Optimized Bubble Sort in JavaScript. Cocktail Sort.

6
Comments
4 min read
JavaScript Interview Question #23: Array.splice

JavaScript Interview Question #23: Array.splice

25
Comments 2
2 min read
JavaScript setInterval, how to schedule repeated execution with the delay

JavaScript setInterval, how to schedule repeated execution with the delay

10
Comments
2 min read
JavaScript Interview Question #22: How `toString` works in JavaScript?

JavaScript Interview Question #22: How `toString` works in JavaScript?

24
Comments
1 min read
JavaScript Interview Question #21: ISO Date

JavaScript Interview Question #21: ISO Date

17
Comments
1 min read
loading...