Skip to content

Instantly share code, notes, and snippets.

View thakurinbox's full-sized avatar
🎯
Focusing

Naresh Thakur thakurinbox

🎯
Focusing
View GitHub Profile
/**
*
* Secure Hash Algorithm (SHA256)
* http://www.webtoolkit.info/javascript-sha256.html
* http://anmar.eu.org/projects/jssha2/
*
* Original code by Angel Marin, Paul Johnston.
* Modified with arrow functions and used let and const
*
**/
var people = [
{
"age": 3,
"name": "Rob"
}, {
"age": 5,
"name": "Tylor"
},{
"age": 4,
"name": "Eric"