Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Accessing Control System | Conditional Statements
Introduction to JavaScript

Svep för att visa menyn

book
Challenge: Accessing Control System

Uppgift

Swipe to start coding

You are building a simple access control system for a building. A person is allowed to enter if they are either an employee or have a visitor pass.

  • Declare two boolean variables:
    • hasAccessCard (represents whether the person is an employee)
    • hasSpecialPass (represents whether the person is a visitor with a special pass)
  • Write an if statement to check if at least one condition is true.
    • If the person is allowed to enter, print: "Access granted."
    • Otherwise, print: "Access denied."

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 15

Fråga AI

expand
ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

book
Challenge: Accessing Control System

Uppgift

Swipe to start coding

You are building a simple access control system for a building. A person is allowed to enter if they are either an employee or have a visitor pass.

  • Declare two boolean variables:
    • hasAccessCard (represents whether the person is an employee)
    • hasSpecialPass (represents whether the person is a visitor with a special pass)
  • Write an if statement to check if at least one condition is true.
    • If the person is allowed to enter, print: "Access granted."
    • Otherwise, print: "Access denied."

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 15
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt