```javascript // 舉例 var changed = 0; function change(num) { return (num + 5) / 3; } changed = change(10); // Setup var processed = 0; function process(num) { return (num + 3) / 5; } // Only change code below this line processed=process(7); ```
http://www.o2fo.com/chun5060/chun5060-fp8m24aw.html```javascript function welcomeToBooleans() { // Only change code below this line. return true; // Change this line // Only change code above this line. } ```
http://www.o2fo.com/chun5060/chun5060-h54r24ax.html```javascript // 舉例 function ourFunction(isItTrue) { if (isItTrue) { return "Yes, it's true"; } return "No, it's false"; } // Setup function myFunction(wasThatTrue) { // Only change code below this line. if(wasThatTrue){ return "That was true"; } return "That was false"; // Only change code abo...
http://www.o2fo.com/chun5060/chun5060-rtfw24ay.html```javascript // Setup function myTest(val) { if (val==12) { // Change this line return "Equal"; } return "Not Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-d83u24az.html```javascript // Setup function myTest(val) { if (val===7) { // Change this line return "Equal"; } return "Not Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-652x24b0.html```javascript // Setup function myTest(val) { if (val!=99) { // Change this line return "Not Equal"; } return "Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-c1pt24b1.html```javascript // Setup function myTest(val) { // Only Change Code Below this Line if (val!==17) { // Only Change Code Above this Line return "Not Equal"; } return "Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-er7a24b2.html```javascript function myTest(val) { if (val>100) {// Change this line return "Over 100"; } if (val>10) {// Change this line return "Over 10"; } return "10 or Under"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-uoyi24b3.html```javascript function myTest(val) { if (val>=20) {// Change this line return "20 or Over"; } if (val>=10) {// Change this line return "10 or Over"; } return "9 or Under"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-w3xp24b4.html```javascript function myTest(val) { if (val<25) {// Change this line return "Under 25"; } if (val<55) {// Change this line return "Under 55"; } return "55 or Over"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-ua3d24b5.html抱歉,暫時(shí)沒(méi)有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的教程
w3cschool 建議您:
```javascript // 舉例 var changed = 0; function change(num) { return (num + 5) / 3; } changed = change(10); // Setup var processed = 0; function process(num) { return (num + 3) / 5; } // Only change code below this line processed=process(7); ```
http://www.o2fo.com/chun5060/chun5060-fp8m24aw.html```javascript function welcomeToBooleans() { // Only change code below this line. return true; // Change this line // Only change code above this line. } ```
http://www.o2fo.com/chun5060/chun5060-h54r24ax.html```javascript // 舉例 function ourFunction(isItTrue) { if (isItTrue) { return "Yes, it's true"; } return "No, it's false"; } // Setup function myFunction(wasThatTrue) { // Only change code below this line. if(wasThatTrue){ return "That was true"; } return "That was false"; // Only change code abo...
http://www.o2fo.com/chun5060/chun5060-rtfw24ay.html```javascript // Setup function myTest(val) { if (val==12) { // Change this line return "Equal"; } return "Not Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-d83u24az.html```javascript // Setup function myTest(val) { if (val===7) { // Change this line return "Equal"; } return "Not Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-652x24b0.html```javascript // Setup function myTest(val) { if (val!=99) { // Change this line return "Not Equal"; } return "Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-c1pt24b1.html```javascript // Setup function myTest(val) { // Only Change Code Below this Line if (val!==17) { // Only Change Code Above this Line return "Not Equal"; } return "Equal"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-er7a24b2.html```javascript function myTest(val) { if (val>100) {// Change this line return "Over 100"; } if (val>10) {// Change this line return "Over 10"; } return "10 or Under"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-uoyi24b3.html```javascript function myTest(val) { if (val>=20) {// Change this line return "20 or Over"; } if (val>=10) {// Change this line return "10 or Over"; } return "9 or Under"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-w3xp24b4.html```javascript function myTest(val) { if (val<25) {// Change this line return "Under 25"; } if (val<55) {// Change this line return "Under 55"; } return "55 or Over"; } // Change this value to test myTest(10); ```
http://www.o2fo.com/chun5060/chun5060-ua3d24b5.html抱歉,暫時(shí)沒(méi)有相關(guān)的文章
w3cschool 建議您: