⟩ Tell me what are some of the major new API’s that come standard with HTML5?
To name a few: Media API, Text Track API, Application Cache API, User Interaction, Data Transfer API, Command API, Constraint Validation API, and the History API.
To name a few: Media API, Text Track API, Application Cache API, User Interaction, Data Transfer API, Command API, Constraint Validation API, and the History API.
Tell me what is the command to create a migration?
Explain how you can run Rails application without creating databases?
Tell me what is the difference between calling super() and super call?
What is the Notation used for denoting class variables in Ruby?
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
Please explain what is MVC and why do we use it?
Tell me an array [1,2,34,5,6,7,8,9], product it using a method?
Please explain each of the following operators and how and when they should be used ==, ===, eql?, equal?
Explain me what is the difference between Symbol and String?
Explain me what is the naming convention in Rails?