Coderslang: Become a Software Engineer

Coderslang: Become a Software Engineer @coderslang

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

Joined:
Nov 27, 2020

Coderslang: Become a Software Engineer
articles - 97 total

How to get current date in JavaScript

There are 2 ways you can get current date in JavaScript. You can just create a new Date object...

Learn More 4 0Nov 15 '22

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

It's essential to keep all the node modules of your project up to date as the security patches go...

Learn More 0 0Nov 14 '22

The difference between dependencies and devDependencies in package.json

The file package.json is an integral part of every Node.js project. It stores all the dependencies...

Learn More 9 0Nov 13 '22

Programming Methodologies: Agile vs Waterfall

Programming methodology is a system of rules and guidelines used by programmers to create software....

Learn More 25 4Nov 9 '22

How Long it Takes to Learn CSS

Like HTML, CSS is also simple to learn because there are few concepts to remember it. These concepts...

Learn More 10 3Sep 27 '21

How Long it Takes to Learn HTML

It will take 2-3 weeks to learn the basics of HTML and 1-2 months of practice to be good at it....

Learn More 7 0Sep 21 '21

How to Remove Underlines From Links with CSS

You know how hyperlinks always come with an underline, right? And you want to get rid of it so you...

Learn More 16 0Sep 21 '21

JavaScript Design Patterns - Decorator

Decorator is one of the Structural Design Patterns. You're about to start with gift wrapping for a...

Learn More 70 1Sep 14 '21

What does CRUD stand for in programming

CRUD stands for Create, Read, Update, and Delete. CRUD is the basic operations of the database...

Learn More 12 3Sep 10 '21

What does return do in JavaScript

Like other programming languages, JavaScript allows using return statements in functions. A return...

Learn More 12 3Sep 9 '21

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

What is Intl.Collator and how does it work in JS? What’s the difference between two sorts? What...

Learn More 26 0Jun 27 '21

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

Will the length of the JS array change? What’s the...

Learn More 45 5Jun 23 '21

JavaScript Interview Question #48: Dog-sized Cat

How many errors are in this code snippet? What’s the...

Learn More 36 2Jun 18 '21

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

What is Object.setPrototypeOf in JavaScript? How does it work? What’s the...

Learn More 26 0Jun 14 '21

JavaScript Design Patterns - Builder

Builder is one of the Creational Design Patterns, which help you deal with how objects are created....

Learn More 48 0Jun 12 '21

How I got 1000 followers on DEV

I just hit my first significant milestone by getting 1000 followers on dev.to and I thank you all fro...

Learn More 35 6Jun 11 '21

Getting Started with JavaScript Design Patterns

Design patterns are blueprint solutions that you use to solve common programming problems swiftly and...

Learn More 41 2Jun 9 '21

JavaScript Interview Question #46: Length of JS functions

What's the value of the length field for JavaScript functions? What will be logged to the console?...

Learn More 65 10Jun 7 '21

JavaScript Interview Question #45: Сurrency formatting in JS

How to format a string into a local currency in JavaScript? What’s the output? . . . . . . ....

Learn More 52 0Jun 3 '21

What is JavaScript Used For and How to Run It

JavaScript is the de facto language to create web apps as it is the only language supported by browse...

Learn More 12 0Jun 2 '21

JavaScript Interview Question #44: Number vs BigInt in JS

What happens if we add an n suffix to a regular number in JavaScript? What’s the output? . . ....

Learn More 19 2May 31 '21

Java vs JavaScript. Key differences and similarities

The software programming world has progressed rapidly over time and has a lot of programming language...

Learn More 34 11May 30 '21

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

What's the difference between Object.toString and Array.toString in JavaScript? What’s the output?...

Learn More 15 4May 28 '21

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

How exactly Math.max works in JavaScript? What’s the output? . . . . . . . . . . . . ....

Learn More 22 0May 24 '21

How long does it take to learn to code?

In one word, FOREVER! You might think I am exaggerating, but learning to code is an iterative and li...

Learn More 26 13May 21 '21

JavaScript Interview Question #41: Going above MAX_SAFE_INTEGER

True or false? What appears in the console? . . . . . . . . . . . . . . . . . Jav...

Learn More 16 1May 20 '21

4 ways to Compare Strings in JavaScript

In this short JS tutorial, you’ll learn how to compare strings and see code examples. Stric...

Learn More 30 2May 18 '21

What is TypeScript and why should you use it?

What is TypeScript? TypeScript is a programming language developed and maintained by Micro...

Learn More 28 1May 14 '21

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

What's the output? . . . . . . . . . . . . . . . . . In JavaScript, the typeof op...

Learn More 30 5May 13 '21

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

What will be logged to the console? . . . . . . . . . . . . . . . . . Before we a...

Learn More 45 4May 11 '21