Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

typeof array

  const array = [ 'this', 'is', 'an', 'array' ];
  console.log(typeof array); //object
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #typeof #array
ADD COMMENT
Topic
Name
8+8 =