Table with even numbers
Solution
....- Create two variables
$start
(= 787) and$end
(= 1092) - Show a
table
with all even numbers between$start
and$end
(boundaries included)- A full table row contains 10 numbers
- Test your implementation with other boundary values
Tip
Add some Tailwind classes to change the alignment (center) and border of the table and table cells