Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42

Answer to the Ultimate Question of Life, the Universe, and Everything

Starting with Math:

var getPos = function(letter) { 
        // Returns the letter ordinal number starting with 'A' == 1
        return letter.charCodeAt(0) - 64; 
    };
console.log(getPos('M') + getPos('A') + getPos('T') + getPos('H') == 42);

About

42 - Experiments

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages