Skip to content
Advertisement

Tag: multiplication

Question regarding JavaScript multiplication table

I am trying to build a multiplication table and display the results, but need to put the x in the top left corner, for some reason it is showing up on the bottom right, what am I doing wrong? Answer “What am I doing wrong?” A lot. You should think about what you are trying to do first, before going

trouble multiplying in JavaScript

So what I am trying to do here in JavaScript is find out is i want to order more candy or not. So far I compare the in Stock to the weekly average and if in Stock is < weekly average I will order 2 times the weekly Average. However, if the is greater than in Stock then i will

Advertisement