Which call of the function correctly follows the instructions laid out in the API?
1) moveElement("button1", 2, 23);
2) moveElement("button1", "left", "thirty");
3) moveElement("button1", 30, "two");
4) moveElement("button1", "down", 25);