Need help understanding Logical operators in JS

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

Hello, Does anyone have any good forums or resources where I can thoroughly understand logic gates easily ?



Replace this line with your code. 


Have you done Advanced Computer Science before?

If so, I can explain Logic gates if you would like.

Yes please would help

A Logic Gate is basically an electronic circuit that can contain many inputs but will always have only one input. The correlation between the input and output is based on a conclusive logic operator, AND, OR, NOT, NAND (NOT-AND), NOR (NOT-OR), EXOR (exclusive-or), and EXNOR (exclusive-NOR).

2 Likes

How do these logic gates benefit us in javascript ?

why do we use them ?

Logic Gates are a tangible thing whereas javascript is a programming language. Thus meaning, Logic Gates are not found in Javascript but Logical operators are,

Javascript Logical Operators :slight_smile:

1 Like

Oh XD Anyways Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.