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

Veeg om het menu te tonen

book
Challenge: Accessing Control System

Taak

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."

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 3. Hoofdstuk 15

Vraag AI

expand
ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

book
Challenge: Accessing Control System

Taak

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."

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 3. Hoofdstuk 15
Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Onze excuses dat er iets mis is gegaan. Wat is er gebeurd?
some-alt