Waypoint: Generate Random Fractions with JavaScript
See original GitHub issueChallenge Waypoint: Generate Random Fractions with JavaScript has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/7.1.7 Safari/537.85.16
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
function myFunction() {
// Change the 0 to Math.random().
// Only change code below this line.
return 0;
// Only change code above this line.
}
// We use this function to show you the value of your variable in your output box.
(function(){return myFunction();})();
I couldn’t find a place for the issue I’m having. I can not click on “help” or any of the links att he top right of the page. I click on them and nothing happens The only 2 links I can get to work is the “Freecodecamp” link and “bug” I tried shutting down. I tried reset. This just started like 2 lessons ago I worked find up til then. Any ideas??
Issue Analytics
- State:
- Created 8 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Denis Nurboja on Twitter: "I just shredded @FreeCodeCamp ...
Waypoint : Generate Random Fractions with JavaScript http://freecodecamp.com/challenges/waypoint-generate-random-fractions-with-javascript…
Read more >FreeCodeCamp/Help - Gitter
Waypoint : Make Unique Objects by Passing Parameters to our Constructor ... @hansinla Waypoint Generate Random Whole Numbers With Javascript. [J-me-lay].
Read more >If Forge Releases before Servers/Desync are Fixed
Maybe we get a blog post with some random numbers how it improved, ... games in CS 1.6 with a ping of 70...
Read more >KML Reference | Keyhole Markup Language
colorModeEnum, normal, random, See any element that extends <ColorStyle> ... Google Earth 5.0 and later supports full HTML and JavaScript.
Read more >Free Code Camp - Basic Javascript Flashcards | Quizlet
We tell JavaScript to create or declare a variable by putting the keyword var in front of it, like so: ... Generate Random...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Your code has an infinite loop. You are calling
myFunction
withinmyFunction
.removed solution by mod