JS 100제 문제 32 문자열 만들기

이민정·2021년 4월 6일
0

JS100제

목록 보기
21/66

<풀이 코드>

	const n = prompt().split(' ');
	console.log(n.length);
profile
공부하자~!

0개의 댓글