Skip to content

Instantly share code, notes, and snippets.

View viggi-v's full-sized avatar

Vighnesh V viggi-v

View GitHub Profile

Keybase proof

I hereby claim:

  • I am viggi-v on github.
  • I am viggi (https://keybase.io/viggi) on keybase.
  • I have a public key ASB1gvj_nge-UZp5wJNJp1eycJQG9YCmkkGaoX9EDR7ztgo

To claim this, I am signing this object:

@viggi-v
viggi-v / promiseDemo.html
Created June 25, 2017 13:10
Sample demo of promises in js
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
Head
</title>
<script>
function getTextFromFile(fileEvent){