js 코테에 자주 사용할거 같은 문법

00_8_3·2021년 6월 6일
0

join

splice, slice

split

toUpperCase, toLowerCase

charAt, charCodeAt

for in, for of

forEach, Map

ceil, floor, round

toFixed

function financial(x) {
  return Number.parseFloat(x).toFixed(2);
}

sort

reduce, reduceRight

0개의 댓글