From 93dfc49cf965de0500658377ea6db389c9191733 Mon Sep 17 00:00:00 2001 From: priyasingh27 <56041301+priyasingh27@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:34:12 +0530 Subject: [PATCH] new symbols added --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index adfaa89..6bc1f2d 100644 --- a/src/App.js +++ b/src/App.js @@ -64,7 +64,8 @@ class App extends Component {symbol: '+', cols: 1, action: this.addToCurrent}, {symbol: '0', cols: 2, action: this.addToCurrent}, {symbol: '.', cols: 1, action: this.addToCurrent}, - {symbol: '=', cols: 1, action: this.calculate} + {symbol: '<', cols: 1, action: this.shiftleft}, + {symbol: '>', cols: 1, action: this.shiftright} ]; return (