This is the snake game written using Javascript. I've tried to write it in Object oriented form as much as possible. The logic is that basically, the snake is a composition of nodes, where the starting node is the only node which moves by itself. Every other node behind it occupies the node...