var arr =[];
How can you check if arr is array? Select all correct options.
@basimdev32 agree! But in some cases can be used, but probably wouldn't be good choice
2018 Feb 4, 5:52:54 PM
Of cause not only Array has splice method. For example, function MyClass(){ this.splice = 12; } any instance of MyClass will have splice property as well.
2018 Jan 28, 2:24:53 PM
Login in to like
Login in to comment