Li-Fan Chen says to YSITD
const test = (x) =>{ console.log(x) test(x+1) } test(0) 你們這個會在多少的時候停