Skip to main content
Rollback to Revision 3
Source Link
user45941
user45941

Javascript ES6, 41 bytes (non-competing)

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

Javascript ES6, 41 bytes (non-competing)

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

Javascript ES6, 41 bytes

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

marked as non-competing
Source Link
user45941
user45941

Javascript ES6, 41 bytes (non-competing)

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

Javascript ES6, 41 bytes

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

Javascript ES6, 41 bytes (non-competing)

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

deleted 64 characters in body
Source Link
Mama Fun Roll
  • 10k
  • 1
  • 38
  • 47

Javascript ES6, 41 bytes

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Based on @nderscore's answer, except with an arrow function.

Thanks to @ETHproductions for 2 bytes saved!

Javascript ES6, 41 bytes

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Based on @nderscore's answer, except with an arrow function.

Thanks to @ETHproductions for 2 bytes saved!

Javascript ES6, 41 bytes

_=>[..._].map(y=>x+=y.charCodeAt(),x=0)|x 

Thanks to @ETHproductions for 2 bytes saved!

added 47 characters in body
Source Link
Mama Fun Roll
  • 10k
  • 1
  • 38
  • 47
Loading
Source Link
Mama Fun Roll
  • 10k
  • 1
  • 38
  • 47
Loading