8 kyu
Convert a Number to a String!
146,067 of 394,700AKJ.IO
Description:
We need a function that can transform a number (integer) into a string.
What ways of achieving this do you know?
Examples (input --> output):
123 --> "123"
999 --> "999"
-100 --> "-100"
Strings
Fundamentals
Similar Kata:
Stats:
Created | Oct 21, 2013 |
Published | Oct 25, 2013 |
Warriors Trained | 495847 |
Total Skips | 24599 |
Total Code Submissions | 674063 |
Total Times Completed | 394700 |
JavaScript Completions | 146067 |
Ruby Completions | 8534 |
CoffeeScript Completions | 227 |
Haskell Completions | 2368 |
Python Completions | 141769 |
Clojure Completions | 1113 |
Java Completions | 38107 |
Elixir Completions | 924 |
Rust Completions | 4662 |
C# Completions | 21200 |
TypeScript Completions | 5606 |
Crystal Completions | 72 |
Kotlin Completions | 3751 |
PHP Completions | 6874 |
Scala Completions | 884 |
C Completions | 3223 |
Dart Completions | 2343 |
Racket Completions | 108 |
C++ Completions | 16987 |
Julia Completions | 217 |
Reason Completions | 34 |
R Completions | 599 |
Perl Completions | 172 |
COBOL Completions | 88 |
Swift Completions | 2449 |
Factor Completions | 26 |
D Completions | 24 |
Go Completions | 3801 |
RISC-V Completions | 17 |
Lua Completions | 275 |
Total Stars | 1330 |
% of votes with a positive feedback rating | 88% of 22916 |
Total "Very Satisfied" Votes | 18325 |
Total "Somewhat Satisfied" Votes | 3714 |
Total "Not Satisfied" Votes | 877 |