Skip to content

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

Notifications You must be signed in to change notification settings

ChristopherTopalian/Topalian_JavaScript_createElement_Shorter_Method

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages