Forem

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

Four Year Club
Writing Debut
Three Year Club
Two Year Club
1 Week Community Wellness Streak
One Year Club
16 Week Writing Streak
8 Week Writing Streak
4 Week Writing Streak
How to get current date in JavaScript
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for Programming Methodologies: Agile vs Waterfall

Programming Methodologies: Agile vs Waterfall

25
Comments 4
3 min read
How Long it Takes to Learn CSS
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for JavaScript Design Patterns - Decorator

JavaScript Design Patterns - Decorator

70
Comments 1
4 min read
What does CRUD stand for in programming
Cover image for 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
Cover image for 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
Cover image for JavaScript Interview Question #50: How does Intl.Collator work in JS

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

26
Comments
1 min read
JavaScript Interview Question #49: Add a new array element by index
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for JavaScript Design Patterns - Builder

JavaScript Design Patterns - Builder

48
Comments
5 min read
How I got 1000 followers on DEV
Cover image for 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
Cover image for JavaScript Interview Question #46: Length of JS functions

JavaScript Interview Question #46: Length of JS functions

65
Comments 10
1 min read
JavaScript Interview Question #45: Сurrency formatting in JS
Cover image for JavaScript Interview Question #45: Сurrency formatting in JS

JavaScript Interview Question #45: Сurrency formatting in JS

52
Comments
1 min read
What is JavaScript Used For and How to Run It
Cover image for 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
Cover image for 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
Cover image for Java vs JavaScript. Key differences and similarities

Java vs JavaScript. Key differences and similarities

34
Comments 11
5 min read
JavaScript Interview Question #43: Object.toString vs Array.toString
Cover image for JavaScript Interview Question #43: Object.toString vs Array.toString

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

15
Comments 4
1 min read
JavaScript Interview Question #42: How Math.max works in JS
Cover image for JavaScript Interview Question #42: How Math.max works in JS

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

22
Comments
1 min read
How long does it take to learn to code?
Cover image for 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
Cover image for JavaScript Interview Question #41: Going above MAX_SAFE_INTEGER

JavaScript Interview Question #41: Going above MAX_SAFE_INTEGER

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

4 ways to Compare Strings in JavaScript

30
Comments 2
2 min read
What is TypeScript and why should you use it?
Cover image for 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?
Cover image for JavaScript Interview Question #40: What is the type of `undefined` in JS?

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

30
Comments 5
1 min read
JavaScript Interview Question #39: How does setTimeout work inside the loop?
Cover image for 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?
Cover image for JavaScript Interview Question #38: Can you add multiple arrays in JavaScript?

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

43
Comments 8
1 min read
JavaScript Interview Question #37: What's the type of a single argument provided to the split function?
Cover image for 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?
Cover image for 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
Cover image for 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?
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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?
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for What is rimraf and how to use it in Node.js

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

17
Comments
1 min read
Nevertheless, you should code too!
Cover image for Nevertheless, you should code too!

Nevertheless, you should code too!

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

JSON Tutorial for Beginners in JavaScript and Node.js

48
Comments 1
4 min read
Node.js Middleware and External Access
Cover image for Node.js Middleware and External Access

Node.js Middleware and External Access

33
Comments
3 min read
Create your first Node.js backend with Express
Cover image for 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
Cover image for How to disable ESLint for some lines, files, or folders

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

11
Comments
2 min read
JavaScript Interview Question #28: Resolve and reject at the same time
Cover image for 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
Cover image for 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?
Cover image for 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
Cover image for JavaScript Interview Question #25: Immediate Promise.resolve

JavaScript Interview Question #25: Immediate Promise.resolve

31
Comments
1 min read
JavaScript Interview Question #24: Adding new properties to JS strings
Cover image for 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.
Cover image for Optimized Bubble Sort in JavaScript. Cocktail Sort.

Optimized Bubble Sort in JavaScript. Cocktail Sort.

5
Comments
4 min read
JavaScript Interview Question #23: Array.splice
Cover image for 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
Cover image for 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?
Cover image for 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
Cover image for JavaScript Interview Question #21: ISO Date

JavaScript Interview Question #21: ISO Date

17
Comments
1 min read
loading...