Open halkver opened 7 years ago
Hi, Im pretty new to javascript / nodejs and Ive been trying to run a script. It works 3/4 times, and I cant figure out what to do to fix the error.
This is the code:
The error happens at .value('select#ab_bookie',selectBookie()). selectBookie() returns numbers as a string.
.value('select#ab_bookie',selectBookie())
selectBookie()
Could you please post actual text and not screenshots of text? You can just replace passwords and stuff with x's or something.
Hi, Im pretty new to javascript / nodejs and Ive been trying to run a script. It works 3/4 times, and I cant figure out what to do to fix the error.
This is the code:
The error happens at
.value('select#ab_bookie',selectBookie())
.selectBookie()
returns numbers as a string.