描述
N/A
示例
1
Default Sample
Okay, so look at this function here, you've got while loop nested inside, but you're incrementing i plus plus without checking bounds. Maybe add a break condition? Also, console.log your variables to see what's happening inside the loop.