Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, May 21, 2013

Codecademy Sample Solution: Reading Date



$(function() {
    // Put your firebaseRef.on call here!
    firebaseRef.on("value", function(snap){
        $("#result").html(JSON.stringify(snap.val()));
    });
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts