You Must Understand These 14 JavaScript Functions

You should be able to understand and write by hand these functions before you go to any JavaScript interview.

Shuai Li
JavaScript in Plain English
6 min readJan 19, 2020

--

Photo by Caspar Camille Rubin on Unsplash

1. Determine the specific type of any object

As we all know, there are six primitive data types(Boolean, Number, String, Null, Undefined…

--

--