• Task 6 [BDWS] [JS]

    "cake".length  : đếm kí tự cake xem có bao nhiêu phần tử

    confirm("Minh Bu") : tạo hộp thoại bổ sung có chữ Minh Bu

    prompt("What is your name?");   : dạng câu hỏi và bạn có thể ghi trả lời vào bên trong khi nó chạy

    "I'm coding like a champ".length > 10  : dùng để so sánh cái đoạn string kia nếu có tổng kí tự lớn hơn 10 thì sẽ in ra màn hình là true.

    console.log(2 * 5) : in ra kết quả của 2 nhân 5 là 10
    console.log("Hello") : in ra Hello

    console.log("Xiao Hui".length < 122);      : so sánh nếu tổ hợp kí tự nếu Xiao Hui có kí tự ít hơn 122 thì in true
    console.log("Goody Donaldson".length  > 8);
    console.log(8*2  === 16);

    ============================================================
    if ("Minhbu".length >= 7 )
    {
        console.log("Let's go down the first road!");
    }
    else
    {
        // What should we do if the condition is false? Fill in here:
        console.log("fail");
    }

    :so sánh nếu Minhbu >=7 thì in ra Let's go down the first road! sai thì in ra fail
    ============================================================


    ============================================================
    confirm("I am ok");
    prompt("Are you ok");
    if (12 / 4 === "Ari".length) {
        confirm("Will this run the first block?");
    } else {
        confirm("Or the second block?");
    }

    khi trên 1 trang web hoặc 1 trò chơi gì đó. máy sẽ hiển thị ra là nó đã ok ( i am ok )
    sau đó nó hiện ra 1 cửa sổ hỏi Are you ok ?
    rồi sau đó chạy chương trình tiếp.
    ============================================================


    ============================================================
     if ("Jon".length * 2 / (2+1) === 2 )
    {
        console.log("The answer makes sense!");
    }
    else
    {
        console.log("Error Error Error");
    }
    1 cách máy móc để viết lệnh if

    if( 12 % 2 === 0 ) {
        console.log("The first number is even");
    } else {
        console.log("The first number is odd");
    }
  • 0 nhận xét:

    Đăng nhận xét

    QUOTE & QUOTE

    Without requirements or design, programming is just the art of adding bugs to a blank text file.

    ADDRESS

    100000, My Dinh, Ha Noi, VN

    EMAIL

    minhbu883@mail.com
    minhnn17@fsoft.com.vn

    TELEPHONE

    +84964 214 883

    MOBILE

    +8438 5689 888