DEV Community

k-quartz
k-quartz

Posted on • Updated on

pass parameter from view to js

I am new to node js and want to pass values from views(.ejs) to routes(.js) without adding it to url. Is there any way by which it can be done?

and is there any way by which routes can be given names as can be done in django?

Top comments (0)