The `e` below should be `event`, to promote learning what this variable is: ```jsx <input onChange={(e) => setName(e.currentTarget.value)} /> ```