Hello There, Guest!   Inicia Sesion Login Registrate Register La Hora Current time: 6-3-26, 11:23 PM
Login
Username/Email:
Password:
Lost Password?
 
Lenny Face Gaming Forums
  • [ ] Portal
  • [ ] Forum
  • [ ] Members
  • [ ] Calendar
  • [ ] Help
  • Steam Group
  • GameTracker
  • Youtube
Donations | Server List | Admin List | Bans | Praise The Overlord!
Home Lenny Face Gaming Forums › Lenny Face Gaming › General Chat v
« Previous 1 … 5 6 7 8 9 … 19 Next »

E2 Thread (Help, Suggestions, Sharing)
Linear Mode
E2 Thread (Help, Suggestions, Sharing)
« Next Oldest | Next Newest »
Views 24096
Replies 15
Thread Closed 
Users browsing this thread: 1 Guest(s)
Dark Swordsman Offline
Forum User
Beginner (7)
Posts: 738
Threads: 80
Thanks: 34 in 31 posts
Thanks Given: 24
Joined: Aug 2016
Warning Level: 0%
#9
10-18-17, 10:46 PM
Heres one that I solved beforeSadAlso answer to the ? I wrote)



Code:
//initialise variables

var i;
var myNumber;

Code:
//Ask the user for a number

myNumber = prompt("Give me your number");
Code:
// for the numbers 1 through to the number given,

for (i=1; i<=myNumber; i++) {
Code:
//test the number for being divisable by BOTH 3 & 5

if (i % 3===0 && i % 5 ===0) {
console.log("FizzBuzz");
}
//if the number is divisible by 3, write "Fizz"

else if (i % 3 === 0) { 
console.log("Fizz");
}
//if the number is divisible by 5, write "Buzz"
else if (i % 5 === 0){
console.log ("Buzz");
}
//Otherwise, just write the number
else {
console.log(i);
}
}


(And before you accuse its a copy paste, No, its not on a webpage or forum and no my search history doesnt even have "Fizzbuzz copy paste" in it. I genuinely wrote and spent time on that to answer something as a challenge)
[+]
  •
Find
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
E2 Thread (Help, Suggestions, Sharing) - by DarudeDankstorm - 10-17-17, 03:20 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by Zellogi - 10-18-17, 10:18 AM
RE: E2 Thread (Help, Suggestions, Sharing) - by DarudeDankstorm - 10-18-17, 10:41 AM
RE: E2 Thread (Help, Suggestions, Sharing) - by UHC - 10-18-17, 05:44 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by DarudeDankstorm - 10-18-17, 09:10 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by SaintLuther - 10-18-17, 09:52 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by Dark Swordsman - 10-18-17, 10:41 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by Zellogi - 10-18-17, 10:44 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by Dark Swordsman - 10-18-17, 10:46 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by Dogesky - 10-18-17, 11:01 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by SaintLuther - 10-18-17, 11:20 PM
RE: E2 Thread (Help, Suggestions, Sharing) - by UHC - 10-19-17, 01:03 AM
RE: E2 Thread (Help, Suggestions, Sharing) - by Ripjaw - 10-19-17, 08:05 AM
RE: E2 Thread (Help, Suggestions, Sharing) - by Zellogi - 10-19-17, 08:25 AM
RE: E2 Thread (Help, Suggestions, Sharing) - by Dark Swordsman - 10-19-17, 10:18 AM
RE: E2 Thread (Help, Suggestions, Sharing) - by Zellogi - 10-19-17, 10:55 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

  • Contact Us
  • Lenny Face Gaming Forums
  • Return to Top
  • Lite (Archive) Mode
  • Mark all forums read
  • RSS Syndication