profile
dev-riverkim

[알고리즘] 2024-02-29(목)

Write a function to convert a name into initials. This kata strictly takes two words with one space in between them.The output should be two capital l

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-28(수)

https://deeplify.dev/front-end/js/count-characters-in-stringIt's pretty straightforward. Your goal is to create a function that removes the first

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-26(월)

Your team is writing a fancy new text editor and you've been tasked with implementing the line numbering.Write a function which takes a list of string

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-23(금)

This code does not execute properly. Try to figure out why.We need a function that can transform a number (integer) into a string.What ways of achievi

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-20(화)

Write a function that removes the spaces from the string, then return the resultant string.Examples:Messi is a soccer player with goals in three leagu

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-15(목)

Write a function that always returns 5Sounds easy right? Just bear in mind that you can't use any of the following characters: 0123456789\*+-/Good luc

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-14(수)

Write function RemoveExclamationMarks which removes all exclamation marks from a given string.Write a function which calculates the average of the num

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-13(화)

Create a function that takes an integer as an argument and returns "Even" for even numbers or "Odd" for odd numbers.After a hard quarter in the office

2024년 3월 13일
·
0개의 댓글
·
post-thumbnail

[알고리즘] 2024-02-06(화)

Write a function that takes a list of strings as an argument and returns a filtered list containing the same elements but with the 'geese' removed.The

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-05(월)

Create a function which answers the question "Are you playing banjo?".If your name starts with the letter "R" or lower case "r", you are playing banjo

2024년 3월 13일
·
0개의 댓글
·

[알고리즘] 2024-02-01(목)

Complete the solution so that it reverses the string passed into it.Complete the method that takes a boolean value and return a "Yes" string for true,

2024년 3월 13일
·
0개의 댓글
·

[bugfix]체크박스 / 라디오 선택 시 상단 스크롤 이동 문제

인풋박스 선택 시 스크롤이 상단으로 이동하는 버그CSS로 라디오 버튼을 숨긴 경우에 주로 발생라디오 버튼 숨김 CSS

2023년 12월 18일
·
0개의 댓글
·
post-thumbnail

[bugfix]ios 저전력모드(Low Power Mode) video 재생 문제

https://logfetch.com/html-autoplay/

2023년 10월 30일
·
0개의 댓글
·
post-thumbnail

[scss]화면 크기에 따라 간격 조절

2023년 10월 23일
·
0개의 댓글
·
post-thumbnail

[scss]화면 크기에 따라 이미지 비율 조절

2023년 10월 23일
·
0개의 댓글
·

[vue] 글자수 기준으로 말줄임 처리

2023년 10월 23일
·
0개의 댓글
·

[setting] vue3 snippet - script태그가 먼저오도록 정렬

vue-vscode-snippets 같은 플러그인을 사용할 때 만들어지는 snippet 정렬을 변경해보자보통 아래와 같은 형식으로 snippet을 사용했으나최근에는 아래와 같은 형태로 많이 쓰이고 있음 (공식문서 참고 \[https://vuejs.org/sty

2023년 10월 23일
·
0개의 댓글
·
post-thumbnail

[scss] mixin - grid-columnizer

상품 나열 등에 사용

2023년 10월 23일
·
0개의 댓글
·

[scss]:empty 컨텐츠 여부에 따라 간격이 달라지는 경우

컨텐츠 여부에 따라 간격이 달라지는 경우 사용하면 유용주의 사항 - 빈 공백이나 줄바꿈이 들어가면 적용되지 않음

2023년 10월 23일
·
0개의 댓글
·