Homepage
Sign in
Get started
JavaScript in Plain English
Learn the web's most important programming language.
Write for JSIPE
React
Vue
Angular
Node
Archive
Follow
Now trending
How to use computed properties in Vue
How to use computed properties in Vue
The examples in Vue’s docs aren’t practical. So here are some real-life examples of how to write and use computed properties in Vue.
Sunil Sandhu
Nov 15, 2018
Reports of the Virtual DOM’s Death are Greatly Exaggerated
Reports of the Virtual DOM’s Death are Greatly Exaggerated
… and debunking other Modern Web Development Myths
Ryan Carniato
Dec 11
React Native vs Flutter: A comparison from real project experience perspective
React Native vs Flutter: A comparison from real project experience perspective
How React native is different from Flutter besides the basics, with actual facts for people that don’t know which one to start with!
Andréas Hanss
Nov 25
‘BANANA’ with JavaScript
‘BANANA’ with JavaScript
Understanding WTF moments of JavaScript
Mahdhi Rezvi
Dec 5
Optimize Redux before it kills your Application
Optimize Redux before it kills your Application
First of all, let’s take a look at how a React-Redux application works. What Redux does internally, It provide us with a store for our…
Vinod Chauhan
Dec 12
Latest articles
Master these 11 Core ReactJS concepts to conquer your next interview
Master these 11 Core ReactJS concepts to conquer your next interview
ReactJS is a frontend Javascript library which is loved by software engineers and people in the industry due to it’s performance, ease of…
Saeed Ahmad
Dec 14
JavaScript Object Accessors
JavaScript Object Accessors
ECMAScript 5 introduced Getter and Setters. Getters and setters allow you to define Object Accessors (Computed Properties).
Niteesh Yadav
Dec 14
Algorithms 101: Product and Sum of Digits in JavaScript
Algorithms 101: Product and Sum of Digits in JavaScript
Parsing digits is a lot faster when you avoid using strings!
Joan Indiana Lyness
Dec 14
How To Optimize React App For Production And Deploy It To Heroku
How To Optimize React App For Production And Deploy It To Heroku
Understand what it takes to make your React application faster
Yogesh Chavan
Dec 14
Mastering JS console.log like a Pro
Mastering JS console.log like a Pro
Still, using only console.log( ) to debug? Well, there’s a lot more.
Harsh Makadia
Dec 14
8 React Tips & Tricks
8 React Tips & Tricks
One-up your code with these 8 tips and tricks the next time you write React. Some are time-savers while others make for good party tricks.
Juan Bernal
Dec 13
Build your first Web App -how to get started from scratch
Build your first Web App -how to get started from scratch
Tools, tips, and lessons learned, with code included.
Ben Scheer
Dec 13
JavaScript Algorithm: Migratory Birds
JavaScript Algorithm: Migratory Birds
For today’s algorithm, we are going to write a function called migratoryBirds and in this function, we will take in an array.
Erica N
Dec 13
Build An Amazing Application Using React and Nodejs together
Build An Amazing Application Using React and Nodejs together
Understand how to create Rest API’s in Node.js and access it in React and store the result in Redux
Yogesh Chavan
Dec 12
Testing Apollo React Hooks
Testing Apollo React Hooks
Testing your software is one of the most important steps, unfortunately, it’s also one of the hardest. Whenever you introduce new…
Tom Nagle
Dec 12
Using JavaScript’s Object Constructor — Part 1
Using JavaScript’s Object Constructor — Part 1
In JavaScript, the Object constructor lets us creates object wrapper with the given values. It will create an empty object if null or…
John Au-Yeung
Dec 12
JavaScript debugging Made Easy
JavaScript debugging Made Easy
Knowing your tools can make a significant difference when it comes to getting things done. Despite JavaScript’s reputation as being…
Niteesh Yadav
Dec 12
Communicating Between Stores in MobX-state-tree with React and TypeScript
Communicating Between Stores in MobX-state-tree with React and TypeScript
Wondering how you can share state between stores in MobX-state-tree? Give this a read it might help!
Jaime Abbariao
Dec 11
Understand the Superpower of Optional Chaining in JavaScript
Understand the Superpower of Optional Chaining in JavaScript
Learn how to use upcoming JavaScript feature Optional chaining
Javascript Jeep🚙💨
Dec 11
How to publish JavaScript Libraries
How to publish JavaScript Libraries
You wrote some code, and it’s useful. Of course, you want to use it in different projects or you may even want to publish it for more…
Javi Carrasco
Dec 11
Creating the correct JS function for the job
Creating the correct JS function for the job
Function type usages explained
MustSeeMelons
Dec 11
A Common JavaScript Phone Screen Question Asked By Facebook
A Common JavaScript Phone Screen Question Asked By Facebook
I have come across this question in a phone screen and have learned that Facebook also asks it!
Adi S
Dec 10
JavaScript Shorthand Coding Techniques — Part 2
JavaScript Shorthand Coding Techniques — Part 2
This article is in continuation of our previous article about JavaScript Shorthand Coding Techniques. Please check here for 1st part.
Niteesh Yadav
Dec 10
About JavaScript in Plain English
Latest Stories
Archive
About Medium
Terms
Privacy