You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* create todosList.json
* create todos.js
* create app.js for program runnung
* Rix the name of function
rename getCommandArrayByRegexp to getCmdList
* excuteCommand 함수 수정 : argument 개수 판별 추가
인자 개수로 1개 초과 나올 경우 즉시 종료 후 프로그램 다시 실행
* isValidCommand 함수 변경 : obeject argument 추가
외부 변수에 접근하지 않고 객체를 인자로 받을 수 있도록 변경
* idGenerator 함수 변경 : 상수가 아닌 인자로 random number 생성
상수 99999 제거 후, max 값과 min 값으로 random 넘버 생성
* fix the Equal operator to strcit Equal operator
0 commit comments