username is not defined 이건 의도하신 건가요?
(hostname === 'web-noob.kr' && user['username'] === 'hello')
첫 번째 조건은 user['username']이 'hello'와 같은지 비교하는데
(hostname === 'web-noob.kr' && username === 'world')
두 번째 조건은 username이 'world'와 같은지 비교하네요
이건 이유가 있나요? 아니면 풀이와 상관없는 단순 실수인가요?
#web
작성자 정보