Skip to content
View killofki's full-sized avatar

Block or report killofki

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
killofki/README.md
{ /// 

templateConsole `Hello, ${ new World() }!` 

// .. functions .. 

function World( ... ar ) { 
	// saveOrigin 
	let originWorld = World 
	
	wakeUpHero : World = class World extends String { // -- lazy 
		constructor( ... ar ) { 
			templateFlowParty : ar .length 
				? super( ... ar ) 
				: super( 'World' ) 
			} // -- constructor() 
		} // -- World{} 
	
	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 
	
	} // -- World() 

function templateConsole( ... ar ) { 
	// receivingConsoleWords 
	const t = rawValue( ... ar ) 
	console .log( t ) 
	} // --- templateConsole() 

function rawValue( ... ar ) { 
	const [ rawo ] = ar 
	withTemplateParty : return rawo ?.raw 
		? String .raw( ... ar ) 
		: rawo 
	} // -- rawValue() 

} /// 

Pinned Loading

  1. killofki.github.io killofki.github.io Public

    도메인 붙여서 만들기

    CSS

  2. twitterProfileKillofki twitterProfileKillofki Public

    killofki's twitter profile

  3. javascript-piano javascript-piano Public

    Forked from mrcoles/javascript-piano

    An HTML5 JavaScript synth piano that generates all of its sounds using data URIs.

    JavaScript