Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Mikhailo Rozumovskyy
Mikhailo Rozumovskyy
3,779 Points

iTunes Search API

I just finished Front-End JavaScript course, and now I continue with random challenges. One of them says:

here In Treehouse I've learnt that I should use something like:

$.getJSON(iTunesAPI, iTunesOptions, displaySongs)

but I don't figure out which iTunesOptions i can write. In the lesson of Treehouse, they had an example with Flikr, something lige:

var flickrOptions = {
      tags: animal,
      format: "json"
    };

so, where can I learn more about this. Or is it not obligatory to put Data in $.getJSON() ?