var isPrime = function(number) { return true; }; var printPrimes = function(count) { }; printPrimes();