cancel
Showing results for 
Search instead for 
Did you mean: 

typeERROR : i is not a constructor , what is the meaning of "i" ?

0 Kudos

Hello everyone ,

have you an idea about the meaning of that sentence : i is not a constructor ? what is "i" exactly ?

Accepted Solutions (0)

Answers (1)

Answers (1)

marcobeer
Active Participant
0 Kudos

Hello Imen

It seems you are trying to use a variable „i“ as a constructor, but „i“ is not a constructor.
Wrong code, for example

new i();

Please review your code of the controller of the view that belongs to „RouteView3“.

Please find further information here:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Not_a_constructor

Best Regards
Marco