ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

issue with ____ #289

Closed AmlakBarkon closed 7 years ago

AmlakBarkon commented 7 years ago

I pick a topic Tower of Hanoi. i tried to create three different size disk and put them on top of each other in order. and i can move each one on click to the other position. i expected to select where to go but it wouldn't let me. instead when i click to the disk it automaticly jump to the next table and instead of sitting on the bottom, it stays up.

AndyWhitley commented 7 years ago

Hi Amlak, could you please post a code snippet here with the code that appends the disk to the new table. Please use the backticks ```js above and ``` below your code snippet to allow for Javascript syntax highlighting.