Welcome to GnomeLedge (39/42)
Mar 2024 Updates - 39 Gnomes remains
Introduction
This is an online code testing site.
As a level 0 web developer who is messing with multiple different languages.
It helps to be able to see at a glance the languages that you have to bind together, and the output of your live creation.
As a level 0 web developer who is messing with multiple different languages.
It helps to be able to see at a glance the languages that you have to bind together, and the output of your live creation.
Current this test site only supports the 3 basic languages for Front-End Development.
Namely:
Namely:
- > HTML: Which creates the web structure and elements
- > CSS: Which takes care of appearance related matters like colors of the elements and basic animation abilities
- > Javascript: Which grants your elements interactive abilities and allow you to customise create dynamic code instructions + craft out complex web element manipulations
-
>> JQuery: Is an open-source Javascript library that is created to simplify needs for:
- >>> HTML DOM tree traversal + manipulation
- >>> event handling
- >>> CSS animation
- >>> Ajax
-
>> JQuery: Is an open-source Javascript library that is created to simplify needs for: