~hanspayer/+junk/mongocourse

« back to all changes in this revision

Viewing changes to chapter2/fx.js

  • Committer: Payer Hans-Christian
  • Date: 2016-02-03 14:28:09 UTC
  • Revision ID: hans@net-so.org-20160203142809-p8fwwzi52uxriozs
ausgang fuer HW 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
module.exports = function() {
2
 
  return {
3
 
    USD: 1,
4
 
    EUR: 1.1,
5
 
    GBP: 1.5
6
 
  };
7
 
};
 
 
b'\\ No newline at end of file'