Mention some of the functions used in ember packages/ember run-time/lib and packages/ember metal/lib/utils.js ?
Answer / Deepak Sahu
"Some important functions found in Ember packages include: 1) Object.create in ember-runtime/lib/system/core (a polyfill for Object.create). 2) compute, computed, observer, and property in ember-runtime/lib/computed (used for creating computed properties). 3) extend, mixin, and Ember.Object in ember-runtime/lib/object (provide class-like inheritance in JavaScript). Some functions found in ember-metal/lib/utils include: 1) isPresent and coerceToString (used for checking if a value is present and converting it to a string respectively). 2) ASCII case insensitive comparison functions such as startsWithCaseInsensitive, endsWithCaseInsensitive."
| Is This Answer Correct ? | 0 Yes | 0 No |
Write steps to write a handlebars helper?
what is the difference between router and route in ember.js ?
Explain model with reference to ember.js. Also, tell how it is defined in it.
what is the use ember.sortablemixin ?
What are observers in ember.js?
What do you know by observers in ember.js?
Which steps are used to create an app in ember.js?
what ember.js is and how it works?
What are services in ember.js?
How to install ember using npm?
Which template library is used by ember.js ?
What is ember inspector?