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

Glissez pour afficher le menu

book
Challenge: Accessing Control System

Tâche

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

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 15

Demandez à l'IA

expand
ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

book
Challenge: Accessing Control System

Tâche

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

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 15
Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Nous sommes désolés de vous informer que quelque chose s'est mal passé. Qu'est-il arrivé ?
some-alt