diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-18 22:12:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 22:12:28 +0530 |
commit | b18c2b68172203c6783ace8b8acac8bb81931d16 (patch) | |
tree | 79de2bb040a801979d5cec7d36d0f2d81702fc1a /js/index.js | |
parent | 629d66457bda59a6c916145ff3689de1d6129554 (diff) |
Update index.js
Diffstat (limited to 'js/index.js')
-rw-r--r-- | js/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index 43f184e..f969073 100644 --- a/js/index.js +++ b/js/index.js @@ -145,4 +145,3 @@ TE.wait(1000, false) .then( TE.wait.bind(TE, 2000) ) .then( TE.enterResponse.bind(TE, 'I am a self-proclaimed geek. My powers? Am good at parsing jq, awesome in bash and the best, I make terrible decisions and can not keep my mouth shut. I know Bash, Python, C++, C#, HTML, CSS and am on the verge of learning Kotlin.') ) .then( TE.reset.bind(TE) ); - |