elkhayate / react_sum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sum component

Task

Create a Sum component accepting props a and b and rendering a paragraph with the text: "Sum of 2 and 1 is 3". Replace numbers with actual values. If a or b are not passed, set them to 0.

App should contains the next Sum components:

  • a = 2 and b = 3
  • a = 5 and b = -5
  • just a = 10
  • just b = 5
  • no params at all

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.9%Language:HTML 7.7%Language:Shell 0.8%Language:SCSS 0.6%