0
Whats the syntax error here?
I really dont know. What is the argument list? I have done html and css but im new to javascript. https://code.sololearn.com/WZicl31G3kEg/?ref=app
3 Antworten
+ 5
You seem to have forgotten a comma between null and 0.8, so adding it in should allow it to function correctly 👍
+ 1
Ill try that
+ 1
It works thanks Faisal!