ผลต่างระหว่างรุ่นของ "01219245/javascript1/tutorial1"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย ': ''This is part of 01219245''')
 
แถว 1: แถว 1:
 
: ''This is part of [[01219245]]''
 
: ''This is part of [[01219245]]''
 +
 +
We will write a simple number guessing game in JavaScript.  Your goal is to guess a number between 1 - 100.  If you guess incorrectly, a hint is given to you: if your guess is too high or too low.  The game proceeds until you guess correctly.

รุ่นแก้ไขเมื่อ 14:46, 9 มกราคม 2557

This is part of 01219245

We will write a simple number guessing game in JavaScript. Your goal is to guess a number between 1 - 100. If you guess incorrectly, a hint is given to you: if your guess is too high or too low. The game proceeds until you guess correctly.