Quiz Question 1 of 5
In the following code snippet, idNum is an example of a(n) ___.
<div id="app">
<p>Employee Id: {{ idNum }}</p>
</div>
idNum: function(){
return this.firstName[0] + this.lastName[0] + this.id;
}
Choose the correct answer below: