Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@killofki
killofki
Follow

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 
	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() 
} /// 

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

AltStyle によって変換されたページ (->オリジナル) /