Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Correct this attempt to modify "product" or use "let" in its declaration. [+1 location]

//before
product = await product.save();

//after
let product = await product.save();
 
PREVIOUS NEXT
Tagged: #Correct #attempt #modify
ADD COMMENT
Topic
Name
7+9 =