ChristopherTopalian / Topalian_JavaScript_createElement_Shorter_Method

Here is a shorter way to use createElement and getElementById to help make scripting easier. Instead of having to write document.createElement we can now write ce and instead of writing document.getElementById we can now write ge :-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topalian_JavaScript_createElement_Shorter_Method

Here is a shorter way to use document.createElement, document.getElementById, and document.body.append to help make scripting easier. Instead of having to write document.createElement we can now write ce and instead of writing document.getElementById we can now write ge and instead of writing document.body.append we can now write ba :-)

About

Here is a shorter way to use createElement and getElementById to help make scripting easier. Instead of having to write document.createElement we can now write ce and instead of writing document.getElementById we can now write ge :-)


Languages

Language:HTML 100.0%