7 kyu
String ends with?
93,949 of 251,130jhoffner
Description:
Complete the solution so that it returns true if the first argument(string) passed in ends with the 2nd argument (also a string).
Examples:
solution('abc', 'bc') // returns true
solution('abc', 'd') // returns false
Strings
Fundamentals
Similar Kata:
Stats:
Created | Jul 26, 2013 |
Published | Jul 26, 2013 |
Warriors Trained | 407656 |
Total Skips | 30282 |
Total Code Submissions | 791796 |
Total Times Completed | 251130 |
JavaScript Completions | 93949 |
CoffeeScript Completions | 716 |
Python Completions | 76719 |
Ruby Completions | 3623 |
C# Completions | 13022 |
C Completions | 6348 |
Elixir Completions | 864 |
Rust Completions | 4466 |
Java Completions | 26157 |
TypeScript Completions | 7912 |
C++ Completions | 10843 |
Haskell Completions | 1231 |
PHP Completions | 4972 |
Crystal Completions | 47 |
Go Completions | 5742 |
Prolog Completions | 75 |
Clojure Completions | 401 |
Lua Completions | 454 |
COBOL Completions | 28 |
D Completions | 21 |
Scala Completions | 195 |
Total Stars | 1715 |
% of votes with a positive feedback rating | 87% of 15046 |
Total "Very Satisfied" Votes | 11717 |
Total "Somewhat Satisfied" Votes | 2793 |
Total "Not Satisfied" Votes | 536 |