Learned ES6 functions
Worked with React
#100daysofcode Day 33

Today was quite an interesting one, I covered various topics relating to ES6 functions in React such as: Map, Filter, Find, Reduce, and Arrow functions. Also, I learnt ternary operators(? :) and use of ampersand(&&) to substitute for ternary operators(conditionals) in specific situations.

What is the difference between an expression and a statement?

#webdevelopment
#React
#es6