Coder Social home page Coder Social logo
{ /// 

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() 

} /// 

김기웅's Projects

active-record icon active-record

Use "where", "limit", "select", "orderBy" method with JSON data.

dimibob-potatoes icon dimibob-potatoes

역대 디미고 급식에서 감자가 들어간 메뉴를 전부 찾아줍니다.

functionales icon functionales

ES6+, 함수형 프로그래밍, 비동기, 동시성 프로그래밍

hanguelhalffullwidthsingle icon hanguelhalffullwidthsingle

Korean Hanguel Hangul is converted within half-width full width for a single character. 한글 단글자의 반각 전각 사이에 변환합니다.

javascript-piano icon javascript-piano

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

mfsjea icon mfsjea

만능 영타 → 한타 변환기. (Inspired by http://github.com/chalkPE/gksdud/ )

nohboard_keyfilter_jsfunction icon nohboard_keyfilter_jsfunction

typeof keyFilter( keys /* Function( `return ${ "keyboard.json" }` ) */, ({ ... properties }) => booleanValue ) === 'string' // for Nohboard/keyboards/..

syncwait icon syncwait

async & sync with iterator( generator )..

web-speech-api-200507 icon web-speech-api-200507

A repository for demos illustrating features of the Web Speech API. See https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API for more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.