I can't find why it is creating this error for the life of me. I am trying to change the position of "snake" with css bottom and left in javascript. Here is my code:
https://jsfiddle.net/9zewsf3x/2/
This is the what is causing the errors apparently.
snakeObject.style.bottom = x_pos + "px";
snakeObject.style.left = y_pos + "px";