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 |
What is ember inspector?
Mention some of the functions used in ember packages/ember run-time/lib and packages/ember metal/lib/utils.js ?
What are the common functions that you can find in the ember package?
How to create multiple nested resources?
what is enumerables in ember.js ?
what are the two ways of defining and inserting a view?
What are services in ember.js?
Mention the template components used in ember.js ?
Explain how you can create an ember. Handlebars template ?
What is the use of ember.trackedarray?
Explain the directory structure in ember.js.
What is application template?