UNPKG

ikrom-tools-ake-proo

Version:

2

11 lines (10 loc) 232 B
const { checkPrime, checkpalindrom, checkfibonacci, checktoq, } = require("./21-dars"); console.log(checkPrime(17)); console.log(checkfibonacci(10)); console.log(checktoq(15)); console.log(checkpalindrom("alla"));