[#4] KoreanCoding 101: strings and string methods
Hi, hello, and welcome!
Today we are shifting our focus towards strings and their methods! I've always found string manipulation challenges to be really enjoyable, especially in JavaScript where we have a ton of awesome string methods at our disposal...
blog.haanna.com9 min read
Brian Laframboise
Very cool! I'm a front-end developer and learning Korean, but based in the USA.
One question about strings: have you come across a solution for concatenating hangul? Specifically, I'm thinking about creating "갔어" from "가" and "ㅆ어".
Thanks in advance for any answer =)