8 kyu

Find numbers which are divisible by given number

20,070 of 43,791XxxX88

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

Stats:

CreatedSep 7, 2015
PublishedSep 7, 2015
Warriors Trained55621
Total Skips785
Total Code Submissions104462
Total Times Completed43791
JavaScript Completions20070
Java Completions4186
Python Completions12251
Ruby Completions1236
C# Completions1667
C++ Completions4047
Elixir Completions160
Haskell Completions284
PHP Completions838
CoffeeScript Completions20
Racket Completions31
Prolog Completions33
Julia Completions30
Crystal Completions12
TypeScript Completions375
Factor Completions12
Dart Completions74
Total Stars354
% of votes with a positive feedback rating93% of 4799
Total "Very Satisfied" Votes4234
Total "Somewhat Satisfied" Votes495
Total "Not Satisfied" Votes70
Ad
Contributors
  • XxxX88 Avatar
  • jhoffner Avatar
  • Javatlacati Avatar
  • cris Avatar
  • joh_pot Avatar
  • Unnamed Avatar
  • GiacomoSorbi Avatar
  • Jotha Avatar
  • int3_0xcc Avatar
  • anter69 Avatar
  • tim_othy Avatar
  • cemunds Avatar
  • walakymas Avatar
  • Chrono79 Avatar
  • kazk Avatar
  • JohanWiltink Avatar
  • B1ts Avatar
  • mitron6 Avatar
  • Souzooka Avatar
  • FArekkusu Avatar
  • monadius Avatar
  • user9644768 Avatar
  • hobovsky Avatar
  • user8436785 Avatar
  • ejini战神 Avatar
  • Kacarott Avatar
  • KayleighWasTaken Avatar
Ad