8 kyu
Convert a Number to a String!
147,262 of 398,972AKJ.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 | 501562 |
Total Skips | 24954 |
Total Code Submissions | 681561 |
Total Times Completed | 398972 |
JavaScript Completions | 147262 |
Ruby Completions | 8559 |
CoffeeScript Completions | 227 |
Haskell Completions | 2382 |
Python Completions | 143750 |
Clojure Completions | 1116 |
Java Completions | 38426 |
Elixir Completions | 926 |
Rust Completions | 4710 |
C# Completions | 21429 |
TypeScript Completions | 5701 |
Crystal Completions | 73 |
Kotlin Completions | 3780 |
PHP Completions | 6941 |
Scala Completions | 884 |
C Completions | 3268 |
Dart Completions | 2373 |
Racket Completions | 108 |
C++ Completions | 17266 |
Julia Completions | 217 |
Reason Completions | 34 |
R Completions | 601 |
Perl Completions | 175 |
COBOL Completions | 92 |
Swift Completions | 2475 |
Factor Completions | 27 |
D Completions | 24 |
Go Completions | 3915 |
RISC-V Completions | 17 |
Lua Completions | 291 |
Total Stars | 1349 |
% of votes with a positive feedback rating | 88% of 23058 |
Total "Very Satisfied" Votes | 18437 |
Total "Somewhat Satisfied" Votes | 3732 |
Total "Not Satisfied" Votes | 889 |