Jane's Code Snippets

Here's some code I wrote, it's pretty cool.

            
                function makeItRain(){
                var rain = new Array(100);
                for(i=0; i
            
View the makeItRain function in action
            
                // This code is so good, it's like a poem.
                console.log('Hello, World!');
                
            
See how it prints Hello, World!

Want to see more of my code? Check out:

Back to the main page