challenge-algorithms-v2.0-d.../05-isPrime/index.js

4 lines
64 B
JavaScript

export function isPrime(value) {
// implementar logica aqui
}