Question: Exercise 6-Add/Mult/Palindrome Create a web application using node/express and the handle bar syntax templating package, called arith_pal.js, that produces the following web pages /add/:num inum

 Exercise 6-Add/Mult/Palindrome Create a web application using node/express and the handle

Exercise 6-Add/Mult/Palindrome Create a web application using node/express and the handle bar syntax templating package, called arith_pal.js, that produces the following web pages /add/:num inum is an integer between 3 and 10. The page produced is an addition table for all numbers from 0 to :num. Thus the table should contain the sums of all possible numbers from 0 to :num The page should contain an error message if the integer is outside of the range 3 to 10. Like /add/:num, except a multiplication table should be produced. Thus, /product/10 should produce a page containing 100 products. The page created should state if the :word is a palindrome or not. /product/:num /palindrome/:word A HTML table should be used to mark up the addition and the multiplication table. CSS should be used to create a checker board pattern for the entries in the table. Exercise 6-Add/Mult/Palindrome Create a web application using node/express and the handle bar syntax templating package, called arith_pal.js, that produces the following web pages /add/:num inum is an integer between 3 and 10. The page produced is an addition table for all numbers from 0 to :num. Thus the table should contain the sums of all possible numbers from 0 to :num The page should contain an error message if the integer is outside of the range 3 to 10. Like /add/:num, except a multiplication table should be produced. Thus, /product/10 should produce a page containing 100 products. The page created should state if the :word is a palindrome or not. /product/:num /palindrome/:word A HTML table should be used to mark up the addition and the multiplication table. CSS should be used to create a checker board pattern for the entries in the table

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!