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

Stryg for at vise menuen

book
Challenge: Accessing Control System

Opgave

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 desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 15

Spørg AI

expand
ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

book
Challenge: Accessing Control System

Opgave

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 desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 15
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt