8 kyu
Find numbers which are divisible by given number
19,851 of 43,154XxxX88
Description:
Complete the function which takes two arguments and returns all numbers which are divisible by the given divisor. First argument is an array of numbers
and the second is the divisor
.
Example(Input1, Input2 --> Output)
[1, 2, 3, 4, 5, 6], 2 --> [2, 4, 6]
Arrays
Algorithms
Similar Kata:
Stats:
Created | Sep 7, 2015 |
Published | Sep 7, 2015 |
Warriors Trained | 54865 |
Total Skips | 777 |
Total Code Submissions | 103281 |
Total Times Completed | 43154 |
JavaScript Completions | 19851 |
Java Completions | 4133 |
Python Completions | 12041 |
Ruby Completions | 1233 |
C# Completions | 1640 |
C++ Completions | 3908 |
Elixir Completions | 159 |
Haskell Completions | 283 |
PHP Completions | 830 |
CoffeeScript Completions | 18 |
Racket Completions | 31 |
Prolog Completions | 33 |
Julia Completions | 28 |
Crystal Completions | 12 |
TypeScript Completions | 359 |
Factor Completions | 12 |
Dart Completions | 61 |
Total Stars | 348 |
% of votes with a positive feedback rating | 93% of 4770 |
Total "Very Satisfied" Votes | 4208 |
Total "Somewhat Satisfied" Votes | 492 |
Total "Not Satisfied" Votes | 70 |