We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8560f commit 8f6c9dfCopy full SHA for 8f6c9df
sgoldenbird/level_0/문자열의_뒤의_n글자.js
@@ -0,0 +1,3 @@
1
+function solution(my_string, n) {
2
+ return my_string.slice(-n);
3
+}
0 commit comments