In python I can write a statement like this.
if(direction not in [i[1] for i in openlist]):
What is the javascript equivalent?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
In python I can write a statement like this.
if(direction not in [i[1] for i in openlist]):
What is the javascript equivalent?