강의

멘토링

로드맵

Inflearn Community Q&A

No author

This post's author information has been deleted.

Introduction to Javascript Algorithm Problem Solving (Coding Test Preparation)

5. String Compression

cnt는 어떤 약어인가요?

Written on

·

717

0

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요!
- 먼저 유사한 질문이 있었는지 검색해보세요.
- 서로 예의를 지키며 존중하는 문화를 만들어가요.
- 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.
 
아주 약간 헷갈려서요.!
코테 준비 같이 해요! javascript

Quiz

The primary method mentioned in the lecture for checking if a string is a palindrome using built-in functions is to reverse the string and compare it with the original.

`split`, `sort`, `join`

`substring`, `reverse`, `concat`

`split`, `reverse`, `join`

`slice`, `sort`, `merge`

Answer 1

0

보통은 count의 약어로 많이 씁니다. 

No author

This post's author information has been deleted.

Ask a question