files
This commit is contained in:
11
javascript/1-get-primes/main.js
Normal file
11
javascript/1-get-primes/main.js
Normal file
@ -0,0 +1,11 @@
|
||||
// use this function to get and return all the prime numbers below the input number
|
||||
function getPrimes(num){
|
||||
|
||||
}
|
||||
|
||||
// all jquery dom actions can only be called inside document ready.
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
|
||||
})
|
Reference in New Issue
Block a user