Recent posts

vscode 상단 컬러 변경하기

December 19 2021

vscode 여러가지 프로젝트를 열다보면 작업하던 해당 에디터가 어떤건지 구분하기가 어렵습니다. 잘못된 곳에서 코딩하는것을 방지하고자 상단의 컬러를 변경하는 방법을 알아 보겠습니다.

[codeWars]VowelsCount

December 18 2021

Return the number (count) of vowels in the given string. We will consider a, e, i, o, u as vowels for this Kata (but not y). The input string will only consi...