2021.12.01 TIL

2021. 12. 1. 11:26카테고리 없음

1. str[i]=''

한다고 해서 array처럼 string이 변경되는 것은 아니다.

 

2. 한 줄씩 디버깅해보기

https://ko.javascript.info/debugging-chrome

https://reese-dev.netlify.app/etc/vscode_debugging/

 

Chrome으로 디버깅하기

 

ko.javascript.info