I'm still a little confused about the execution time for ajax and normal functions that uses a return value. For example, would console.log(ex1.get('harry')); takes longer to execute compared to ex1.get('harry', console.log);? Since the order of execution remains unchanged, I feel like they should take the same amount of time. There is nothing more I would like to talk about. / Everything is clear