{"id":155135,"student_id":10,"content":"//迴圈版本\nfunction hello (count) {\n for (var i=0; i\u003ccount; i++) {\n console.log('哈囉!');\n }\n}\n\n//遞迴版本\nfunction hello (count) {\n if (count \u003e 0) {\n console.log('哈囉!');\n hello(count - 1);\n }\n}\n\nhello(10); //執行\n","created_at":"2020-06-03T18:17:44.545+08:00","updated_at":"2020-06-03T18:17:50.846+08:00","name":"哈囉遞迴(完整版)","language":"javascript","screenshot":{"url":null},"parent_id":3,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":259,"hashid":"6rps5g5n","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦