본문 바로가기

JavaScript554

[Codewars] Printing Array elements with Comma delimiters (8 kyu) / JavaScript https://www.codewars.com/kata/56e2f59fb2ed128081001328 Codewars - Achieve mastery through coding practice and developer mentorship A coding practice website 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: Input: Array of elements ["h","o","l","a"] Output: String with comma de.. 2023. 4. 4.
[백준] 3507: Automated Telephone Exchange / Node.js (JavaScript) https://www.acmicpc.net/problem/3507 3507번: Automated Telephone Exchange In St Petersburg phone numbers are formatted as “XXX–XX–XX”, where the first three digits represent index of the Automated Telephone Exchange (ATE). Each ATE has exactly 10 000 unique phone numbers. Peter has just bought a new flat and now he wants www.acmicpc.net 문제 In St Petersburg phone numbers are formatted as “XXX–XX–X.. 2023. 4. 3.
[Codewars] Add Length (8 kyu) / JavaScript https://www.codewars.com/kata/559d2284b5bb6799e9000047 Codewars - Achieve mastery through coding practice and developer mentorship A coding practice website 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: What if we need the length of the words separated by a space to be adde.. 2023. 4. 3.
[백준] 3276: ICONS / Node.js (JavaScript) https://www.acmicpc.net/problem/3276 3276번: ICONS The first and only line of input file contains a natural number N (1 ≤ N ≤ 100), the number of pebbles to be arranged. Arrangement needs not to be regular in any sense – some places in a row may be empty. www.acmicpc.net 문제 Dave has a collection of N interesting pebbles. He wishes to arrange them in rows and columns in such a way that the sum of .. 2023. 4. 2.