Deven wrote
Fix- expected an assignment or function call and instead saw an expression
If you are getting expected an assignment or function call and instead saw an expression error, Here is a simplified version that gives the same warning: This throws the error Expected an assignment or function call and instead saw an expression. This means that you have an expression but do not assign the result to […]
February 11, 2021 in Errors solved