Skip to content
Advertisement

Is there a way to add a 0 in the corner of a multiplication table

This is my code:

JavaScript

When I run my code it returns when I call the function multiply(4):

JavaScript

I want it to return as:

JavaScript

What do I have to change and I also need to return the table instead of printing the table.

Advertisement

Answer

you need to add a few checks to your function but this should work –

JavaScript

with this multuply(4) has an output of –

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement