Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- AWS
- 리액트
- iscomposing
- 맥에서 MSSQL
- 이벤트 중복 발생 현상
- sort
- 배열 중복 개수 구하기
- 삼항연산자
- 자바스크립트
- max
- fluent-ffmpeg
- 객체에서 value만 가져오기
- fill
- MIN
- 프로그래머스
- +연산자
- 레벨2
- DB 백업 파일 복원
- mssql
- array
- 레벨1
- map
- substr
- Filter
- AWS EBS
- math
- Azure Data Studio
- indexof
- reduce
- 썸네일 생성
Archives
- Today
- Total
목록코딩기초트레이닝 (1)
3은로그

https://school.programmers.co.kr/learn/courses/30/lessons/181878 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 문제 코드 function solution(myString, pat) { var answer = 0; return + myString.toUpperCase().includes(pat.toUpperCase()); } toUpperCase() 문자열을 모두 대문자로 변환 + 연산자 JavaScript에서 + 연산자는 피연산자를 숫자로 변환하는 단항 연산자 + 연산자를 사용하면 true는 1로, fa..
코딩테스트
2024. 3. 14. 02:48