Actions & Reducers Fill in the blanks to create a valid action object: { type: 'APPLY_DISCOUNT' percent 25 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Actions & Reducers Fill in the blanks to create a valid action object: { type: 'APPLY_DISCOUNT' percent 25

Actions & Reducers Fill in the blanks to create a valid action object: { type: 'APPLY_DISCOUNT' percent 25

6th May 2021, 10:39 PM
VENU BABU GALI
VENU BABU GALI - avatar
2 Answers
0
{ type: 'APPLY_DISCOUNT', percent: 25 } Enjoy!
7th Aug 2021, 8:42 PM
Alex Kondratyk
0
{ type: 'APPLY_DISCOUNT' , percent : 25 }
3rd Nov 2022, 11:01 PM
Ahmed Khaled Sobhi
Ahmed Khaled Sobhi - avatar