8 kyu

Find numbers which are divisible by given number

19,921 of 43,362XxxX88

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 Trained55106
Total Skips779
Total Code Submissions103677
Total Times Completed43362
JavaScript Completions19921
Java Completions4151
Python Completions12108
Ruby Completions1234
C# Completions1646
C++ Completions3953
Elixir Completions160
Haskell Completions283
PHP Completions832
CoffeeScript Completions19
Racket Completions31
Prolog Completions33
Julia Completions29
Crystal Completions12
TypeScript Completions365
Factor Completions12
Dart Completions65
Total Stars349
% of votes with a positive feedback rating93% of 4785
Total "Very Satisfied" Votes4222
Total "Somewhat Satisfied" Votes493
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