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

Stats:

CreatedSep 7, 2015
PublishedSep 7, 2015
Warriors Trained54865
Total Skips777
Total Code Submissions103281
Total Times Completed43154
JavaScript Completions19851
Java Completions4133
Python Completions12041
Ruby Completions1233
C# Completions1640
C++ Completions3908
Elixir Completions159
Haskell Completions283
PHP Completions830
CoffeeScript Completions18
Racket Completions31
Prolog Completions33
Julia Completions28
Crystal Completions12
TypeScript Completions359
Factor Completions12
Dart Completions61
Total Stars348
% of votes with a positive feedback rating93% of 4770
Total "Very Satisfied" Votes4208
Total "Somewhat Satisfied" Votes492
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