/jscon

js console, log, f12

Primary LanguageJavaScriptApache License 2.0Apache-2.0

jscon

Provide console for in-page.
Implement execution code, error or exception display, intelligent prompting.
Preview in fyter.cn

Features

Excute javascript language
Intellisense
Logging info
Error/Exception display

Usage

<script src="jscon.js"></script>
<script>
onload=function(){
	new con()
}
</script>