if -else-example.js. // Declare a variable, representing your age let age = 15; console.log("Your age: " + age); // The condition to test is 'age> 18' if ...
確定! 回上一頁