• Home
  • Free Trial
  • Sign In
  • Techdegree
  • Tracks
  • Library
  • Community
  • Support
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • 21st Century Skills
      • • Android
      • • APIs
      • • Business
      • • C#
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Equity, Diversity, and Inclusion (EDI)
      • • Go
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • PHP
      • • Python
      • • Quality Assurance
      • • Ruby
      • • Security
  • Alonzo Delk
    Alonzo Delk
    3,052 Points

    I can't seem to figure out if the i need the last two statements?

    Posted March 28, 2021 11:36pm by Alonzo Delk
    Alonzo Delk
    3,052 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    3 Answers

  • james presley
    james presley
    3,765 Points

    Not sure what I’m missing on this code. Can anybody explain

    Posted March 19, 2021 4:39am by james presley
    james presley
    3,765 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Grama Iulian
    Grama Iulian
    1,251 Points

    Hi, can you please help me at this? I can t figure out how am I supposed to do it and I will appreciate if you will help

    Posted March 2, 2021 1:48pm by Grama Iulian
    Grama Iulian
    1,251 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Kelly Case
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Kelly Case
    Full Stack JavaScript Techdegree Student 733 Points

    Create a conditional statement that tests if the isAdmin variable is true.

    Posted February 17, 2021 2:54am by Kelly Case
    .a{fill-rule:evenodd;}techdegree
    Kelly Case
    Full Stack JavaScript Techdegree Student 733 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Kara Myers
    Kara Myers
    2,036 Points

    Create a conditional statement that tests if the isAdmin variable is true.

    Posted January 19, 2021 3:03pm by Kara Myers
    Kara Myers
    2,036 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Phil Smithies
    Phil Smithies
    4,179 Points

    Any help for this conditional statement?

    Posted December 17, 2020 3:21pm by Phil Smithies
    Phil Smithies
    4,179 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    3 Answers

  • terry okey
    terry okey
    3,187 Points

    Stuck on If statement.

    Posted November 24, 2020 4:39am by terry okey
    terry okey
    3,187 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    3 Answers

  • Ulyssa Sneed
    Ulyssa Sneed
    6,030 Points

    whats wrong here??? How to promperly begin my conditional statement??!!

    Posted November 11, 2020 1:46pm by Ulyssa Sneed
    Ulyssa Sneed
    6,030 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Ulyssa Sneed
    Ulyssa Sneed
    6,030 Points

    I'm confused ??? I'm cant get this!

    Posted November 8, 2020 3:11pm by Ulyssa Sneed
    Ulyssa Sneed
    6,030 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Demarcus Brooks
    Demarcus Brooks
    4,056 Points

    Create a conditional statement that tests if the isAdmin variable is true. If it's true, set the value of the message va

    Posted November 6, 2020 1:20am by Demarcus Brooks
    Demarcus Brooks
    4,056 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • John Fulstone
    PLUS
    John Fulstone
    Courses Plus Student 762 Points

    Create a conditional statement that tests if the isAdmin variable is true. If it's true, set the value of the message va

    Posted October 10, 2020 7:13pm by John Fulstone
    John Fulstone
    Courses Plus Student 762 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Adrian Storr
    Adrian Storr
    2,660 Points

    can somebody in community help me with this pls...

    Posted September 7, 2020 2:58pm by Adrian Storr
    Adrian Storr
    2,660 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Bone Ven
    Bone Ven
    498 Points

    How to get this one correct. I think I don't understand the scenario.

    Posted September 5, 2020 11:13pm by Bone Ven
    Bone Ven
    498 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Glenn Robinson
    Glenn Robinson
    4,581 Points

    Write an if statement that test if isAdmin is true. Then assign a string to the variable, “message”

    Posted July 31, 2020 10:31pm by Glenn Robinson
    Glenn Robinson
    4,581 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • jclaurent2
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    jclaurent2
    Front End Web Development Techdegree Student 10,898 Points

    Assign `message` a value in the conditional statment only.

    Posted July 21, 2020 8:08am by jclaurent2
    .a{fill-rule:evenodd;}techdegree
    jclaurent2
    Front End Web Development Techdegree Student 10,898 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • malcolm mowlam
    PRO
    malcolm mowlam
    Pro Student 3,854 Points

    challenge task 1 of 1 conditional statements

    Posted June 28, 2020 7:52am by malcolm mowlam
    malcolm mowlam
    Pro Student 3,854 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • phouvaboungnaseng
    phouvaboungnaseng
    1,268 Points

    Why is this code not running?

    Posted June 11, 2020 1:22am by phouvaboungnaseng
    phouvaboungnaseng
    1,268 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Joseph Harlow
    Joseph Harlow
    Front End Web Development Techdegree Student 8,243 Points

    Create a conditional statement that tests if the isAdmin variable is true. If it's true, set the value of the message va

    Posted June 8, 2020 12:12pm by Joseph Harlow
    Joseph Harlow
    Front End Web Development Techdegree Student 8,243 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Will Ragan
    Will Ragan
    1,673 Points

    im totally lost

    Posted June 1, 2020 7:11pm by Will Ragan
    Will Ragan
    1,673 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Champe Chilufya
    Champe Chilufya
    1,348 Points

    Not sure what I am doing wrong here - if any one can help that would be great

    Posted May 19, 2020 10:37pm by Champe Chilufya
    Champe Chilufya
    1,348 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Joshua Hughes
    Joshua Hughes
    1,865 Points

    Create a conditional statement that tests if the isAdmin variable is true.

    Posted May 14, 2020 3:53pm by Joshua Hughes
    Joshua Hughes
    1,865 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Sergio Marretta
    Sergio Marretta
    2,412 Points

    Create a conditional...

    Posted May 9, 2020 7:16pm by Sergio Marretta
    Sergio Marretta
    2,412 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Ja'Quan Thompson
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Ja'Quan Thompson
    Front End Web Development Techdegree Graduate 14,676 Points

    I got stuck on this one even with the hints. Im confused on where the let goes here.

    Posted April 29, 2020 1:16am by Ja'Quan Thompson
    .a{fill-rule:evenodd;}techdegree seal-36
    Ja'Quan Thompson
    Front End Web Development Techdegree Graduate 14,676 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Ryan Myers
    Ryan Myers
    6,515 Points

    please help

    Posted April 20, 2020 2:56am by Ryan Myers
    Ryan Myers
    6,515 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • YerVonda Colbert
    YerVonda Colbert
    5,846 Points

    Create a conditional statement that tests if the isAdmin variable is true. If it's true, set the value of the message va

    Posted April 18, 2020 5:35pm by YerVonda Colbert
    YerVonda Colbert
    5,846 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • SHAWNELL HARRISON
    SHAWNELL HARRISON
    16,282 Points

    Can someone please help, I have been stuck on this for a while.THANK

    Posted April 15, 2020 6:14pm by SHAWNELL HARRISON
    SHAWNELL HARRISON
    16,282 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    0 Answers

  • SHAWNELL HARRISON
    SHAWNELL HARRISON
    16,282 Points

    Can someone please help, I have been stuck on this for a while.THANK

    Posted April 15, 2020 6:14pm by SHAWNELL HARRISON
    SHAWNELL HARRISON
    16,282 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    1 Answer

  • Sahmad Nakumbe
    Sahmad Nakumbe
    3,420 Points

    Create a conditional statement that tests if the isAdmin variable is true. If it's true, set the value of the message

    Posted March 19, 2020 1:32am by Sahmad Nakumbe
    Sahmad Nakumbe
    3,420 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Robert Roath
    Robert Roath
    1,072 Points

    issue on create a conditional statement exercise.

    Posted March 15, 2020 4:59pm by Robert Roath
    Robert Roath
    1,072 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

  • Steven White
    Steven White
    2,372 Points

    Challenge: timeout of 2000ms exceeded.

    Posted March 15, 2020 2:38pm by Steven White
    Steven White
    2,372 Points
    • JavaScript
    • JavaScript Basics
    • Making Decisions in Your Code with Conditional Statements
    • Write an 'if' Statement

    2 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

Treehouse Logo
Our mission is to bring affordable technology education to people everywhere in order to help them achieve their dreams and change the world.
Company
Careers
Contact
Library
Tracks
Community
Stories
Perks
Affiliate Program
Treehouse for Libraries
Topics
HTML
CSS
Design
JavaScript
Ruby
View all 24 Topics
Tracks
Front End Web Development
Full Stack JavaScript
Beginning Python
UX: Interaction Design
Digital Literacy
View all 42 Tracks
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
  • About Treehouse
  • Blog
  • Shop
  • Privacy Policy
  • Terms & Conditions
  • © 2021 Treehouse Island, Inc.