String.prototype.indexOf() 호출한 String 객체에서 주어진 값과 일치하는 첫 번째 인덱스를 반환합니다. 일치하는 값이 없으면 -1을 반환 str.indexOf(searchValue[, fromIndex]) searchValue : 찾으려는 문자열 fromIndex : 문자열에서 찾기 시작하는 위치를 나타내는 인덱스 값 fromIndex 값이 음의 정수이면 전체 문자열을 찾는데 fromIndex >= str.length 이면, 검색하지 않고 바로 -1을 반환 'Blue Whale'.indexOf('Blue'); // returns 0 'Blue Whale'.indexOf('Blute'); // returns -1 'Blue Whale'.indexOf('Whale', 0); // r..
.eot, .woff 폰트가 font폴더에 있다는 가정하에 만약 .otf 폰트만 있다면 컨버트 하여 변경해준다. 폰트 변경할 수 있는 사이트 : https://cloudconvert.com/ CloudConvert Compress Merge Capture Website Create Archive Extract Archive Convert +200 Formats Supported CloudConvert is your universal app for file conversions. We support nearly all audio, video, document, ebook, archive, image, spreadsheet, and presentation formats cloudconvert.com font..
노드설치 후 vscode창에 1. 폴더를 새로 만들었을 경우 바로 설치 npx create-react-app . 2. 프로젝트 폴더를 새로 만들경우 npx create-react-app 프로젝트명 3. 깃허브 들어가서 리포지토리 생성후 4. 깃허브 계정이 2개일 경우 ssh 로 클론 받은 후 5. git remote add origin git@github.com-git2:[파일명]git -git1 : 회사계정 / git2 : 개인 깃 계정 이모션 설치 npm i @emotion/styled @emotion/react