var dpr="w|n|e|s|sw|nw|ne|se|wd|nd|ed|sd|d|u|wu|nu|eu|su|out|enter"
Note(dpr.split("|").indexOf("wd"))
----------------------------
I write this js code, but it not running
Who can tell me why
Note(dpr.split("|").indexOf("wd"))
----------------------------
I write this js code, but it not running
Who can tell me why