412 Matching Annotations
  1. Jul 2015
  2. Mar 2015
  3. Jan 2015
    1. A reactive value could represent: * The currently selected item in a table in a user interface * The result of a database query (changing whenever the underlying information in the database changes) * In a web browser, the current size of the browser window, or (in a browser that supports the HTML5 pushState API) the current URL * A string such as "5 minutes ago" or "last Tuesday" that gives the difference between a particular time and the current time

      markup error

    2. // Efficient code says: No pizza for you!

      I think this implies the previous value was "pizza". Perhaps there should be an extra line in the block above:

      var data = new ReactiveDict;
      data.set("favoriteFood", "pizza");
      
  4. Aug 2014
  5. Feb 2014