Question: class App extends React. Component ( render () { var i = 1; return (
class App extends React. Component ( render () { var i = 1; return (
Answer the questions: 1. What does this script do? (1.5 Mark) 2. Add a state variable to replace the variable "i" and then update your script to use the state variable you just defined instead of the "i". (2 Marks) 3. What is the benefit of using a state variable as opposed to a normal JavaScript variable? (1.5 Mark)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
