Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Exercise: Calculator

Create a simple calculator in AngularJS. Two input boxed to accept two numbers and ‘select’ element with the 4 basic operators. As the user changes the operator or changes the values, display the result of the calculation.