Hướng dẫn multiplication table in javascript - bảng cửu chương trong javascript

Ví dụ 1: Bảng nhân lên đến 10

// program to generate a multiplication table

// take input from the user
const number = parseInt[prompt['Enter an integer: ']];

//creating a multiplication table
for[let i = 1; i 

Bài Viết Liên Quan

Chủ Đề