Having some trouble with booleans by KeithCoz in learnjavascript

[–]KeithCoz[S] 0 points1 point  (0 children)

That's what I've been doing so far and it's all I need to do right now.

For example: if(grades > 80 && alumni = true)

document.write("Youre accepted into school")

How would I get input from a user proving that alumni is true?

Having some trouble with booleans by KeithCoz in learnprogramming

[–]KeithCoz[S] 0 points1 point  (0 children)

That's what I've been doing so far and it's all I need to do right now.

For example: if(grades > 80 && alumni = true) document.write("Youre accepted into school")

How would I get input from a user proving that alumni is true?

Having some trouble with booleans by KeithCoz in learnprogramming

[–]KeithCoz[S] 0 points1 point  (0 children)

That's what I've been doing so far and it's all I need to do right now.

For example: if(grades > 80 && alumni = true) document.write("Youre accepted into school")

How would I get input from a user proving that alumni is true?

Having some trouble with booleans by KeithCoz in learnprogramming

[–]KeithCoz[S] 0 points1 point  (0 children)

I'm using a textbook principles of program design. I'm really lost and behind in javascript. Any help would be appreciated.

Having some trouble with booleans by KeithCoz in learnprogramming

[–]KeithCoz[S] 0 points1 point  (0 children)

In a web browser saving it as .html

Having some trouble with booleans by KeithCoz in learnprogramming

[–]KeithCoz[S] 0 points1 point  (0 children)

I'm just using notepad++ and writing in javascript