{ ///
templateConsole `Hello, ${ new World() }!`
// .. functions ..
function World( ... ar ) {
// saveOrigin
const originWorld = World
wakeUpHero : World = class World extends String { // -- lazy
constructor( ... ar ) {
;
templateFlowParty : ar .length ? super( ... ar )
: super( 'World' )
} // -- constructor()
} // -- World{} // -- wakeUpHero
trueRoom : switch( true ) {
case this instanceof originWorld :
return new World( ... ar ) // call
// sleepingHero
case World === originWorld :
throw 'not completed lazy about assign class World'
// others ..?
default :
return World( ... ar ) // call
} // -- switch true // -- trueRoom
} // -- World()
function templateConsole( ... ar ) { // receivingConsoleWords
const t = rawValue( ... ar )
console .log( t )
} // --- templateConsole()
function rawValue( ... ar ) { // withTemplateParty
const [ rawo ] = ar
return rawo ?.raw ? String .raw( ... ar )
: rawo
} // -- rawValue()
} ///
- seoul, korea
- http://facebook.com/killofki
Pinned Loading
-
-
-
javascript-piano
javascript-piano PublicForked from mrcoles/javascript-piano
An HTML5 JavaScript synth piano that generates all of its sounds using data URIs.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
