Skip to content

JohnMwendwa/multiplication-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript multiplication-table

Create a simple multiplication table using javascript and materialize css.

Disclaimer!!!

Although javascript is easy to use, it shouldn't be used for complex calculations since it consumes most of the memory hence can make your machine extremely slow.

If you opt to use Javascript for complex calculations, I would recommend using libraries such as Numbers.js , Numeric Javascript , Tangle or accounting.js