JavaScript554 [Codewars] Simple Pig Latin (5 kyu) / JavaScript https://www.codewars.com/kata/520b9d2ad5c005041100000f Codewars - Achieve mastery through coding practice and developer mentorship Coding practice for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages! www.codewars.com DESCRIPTION: Move the first letter of each word to the end of it, then add "ay" to the end of .. 2022. 10. 1. [백준] 7568: 덩치 / Node.js (JavaScript) https://www.acmicpc.net/problem/7568 7568번: 덩치 우리는 사람의 덩치를 키와 몸무게, 이 두 개의 값으로 표현하여 그 등수를 매겨보려고 한다. 어떤 사람의 몸무게가 x kg이고 키가 y cm라면 이 사람의 덩치는 (x, y)로 표시된다. 두 사람 A 와 B의 덩 www.acmicpc.net 문제 우리는 사람의 덩치를 키와 몸무게, 이 두 개의 값으로 표현하여 그 등수를 매겨보려고 한다. 어떤 사람의 몸무게가 x kg이고 키가 y cm라면 이 사람의 덩치는 (x, y)로 표시된다. 두 사람 A 와 B의 덩치가 각각 (x, y), (p, q)라고 할 때 x > p 그리고 y > q 이라면 우리는 A의 덩치가 B의 덩치보다 "더 크다"고 말한다. 예를 들어 어떤 A, B 두 .. 2022. 9. 30. [Codewars] Beginner Series #3 Sum of Numbers (7 kyu) / JavaScript https://www.codewars.com/kata/55f2b110f61eb01779000053 Codewars - Achieve mastery through coding practice and developer mentorship Coding practice for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages! www.codewars.com DESCRIPTION: Given two integers a and b, which can be positive or negative, find the sum of al.. 2022. 9. 30. [Codewars] Binary Addition (7 kyu) / JavaScript https://www.codewars.com/kata/551f37452ff852b7bd000139 Codewars - Achieve mastery through coding practice and developer mentorship Coding practice for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages! www.codewars.com DESCRIPTION: Implement a function that adds two numbers together and returns their sum in bina.. 2022. 9. 29. 이전 1 ··· 133 134 135 136 137 138 139 다음