

44·
2 months agoDon’t listen to the haters it was really good
Don’t listen to the haters it was really good
I also watched the series recently and didn’t see anything wrong with the ending. But I was told to go in with no expectations of things being entirely explained, so for me, I just accepted that the island was an unsolvable mystery and enjoyed the other parts of the plot. It was a great show IMO.
I think you can go find the video in an incognito tab, then grab the link from there
The last frame really does look like potion spilling.
It’s because parseInt is expecting a string, so the decimal gets converted to a string, and
0.0000005.toString()
returns5e-7
.