The JavaScript exception "missing : after property id" occurs when objects are created
using the object initializer syntax.
A colon (:) separates keys and values for the
object's properties. Somehow, this colon is missing or misplaced....create a property key from an expression, you need to use square brackets...after property id Put the expression in square brackets [] : js...