Thursday, March 9, 2017

Javascript, How to find object types

In some cases we can't use typeof to find object of Object and object of Array.

You can use Object.prototype.toString to find object types in Javascript


No comments:

Post a Comment

CSS tricks

Mixed paint in background: background: linear-gradient(to right, #b6e358, #38b143) Grid view: display: grid; grid-template-columns: a...