JavaScript

jaedie·2020년 7월 20일
0

JavaScript

목록 보기
1/7

JavaScript anatomy

function
identifier
parameter
argument
to call
return
default parameters
function declaration
function expressoin
arrow function notation
const getActualSleepHours = () =>
random number generator
Math.floor()
Math.random()
Math.floor(Math.random() * 3)
switch ()
case 0: return x
case 1: return y
...

profile
<header>frontend developer</header>

0개의 댓글