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

Tuesday, May 21, 2013

Codecademy Sample Solution: Writing Objects to Firebase



$(function() {
    // Call firebaseRef.set here!
    firebaseRef.set({
        type: "fruit",
        name: "apple",
        price: 42.0
    });
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts