Data Types
데이터타입
Comment (주석)
//to do : finish this
const what = ?????/*
to do : finish this
to do : finish this
to do : finish this
to do : finish this
*/
const what = ?????데이터타입의 종류
const what = "Test"; // String
const what = false; // Boolean
const what = 666; // Number
const what = 55.1; // FloatLast updated