본문 바로가기
NodeJs

type checking

by ByteBridge 2020. 1. 10.
반응형
const string = `node.js`
const array = []
const obj = {}
console.log(typeof array)
반응형

'NodeJs' 카테고리의 다른 글

IIFE  (0) 2020.01.10
javascript hoisting  (0) 2020.01.10
template string  (0) 2020.01.10
string  (0) 2020.01.10
static method  (0) 2020.01.10