Create Table in Functions

 function tbles (n){

    for(let i=n; i<=n*10; i+=n){
        console.log(i);
    }
}
tbles(7)

Comments

Popular posts from this blog

practice test of Arithmetic Operations: