Which is the erroneous line of code in the below code snippet?

1 export class ResultTemplate extends PolymerElement {

2 static get template() {

3 return html 'hi';

4 }

5 static get properties() {

6 return {

7 prop1: {

8 type: String,

9 value: 'mypolymer-app'

10 } };

11 } }

line 1
line 3
line 5
none of the above
Verified Answer
Correct Option - b

To get all Infosys Certified Polymer JS Professional Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram