⟩ Tell me how To Use A Function A Class?
function functionName(name) {
this.name = name;
}
// Creating an object
var functionName = new functionName("WTEN");
console.log(functionName.name); //WTEN
function functionName(name) {
this.name = name;
}
// Creating an object
var functionName = new functionName("WTEN");
console.log(functionName.name); //WTEN
Tell me what other ways can be used to align images and wrap text?
Can you list some common IE6 bugs and how you dealt with them?
Explain me what are style sheets?
Explain me what will happen if you overlap sets of tags?
Can you name two new tags included in the HTML 5?
Do you know which browsers support HTML5?
How to render a 5000 item list in Ionic, without affecting scroll performance?
Tell me in broad terms, how do you deploy an Ionic project onto a device?
Tell us what do you need to develop in PhoneGap?
How to architect PhoneGap applications?