Code Examples
These are some examples for creating webpages with HTML, JavaScript and CSS.
1. JavaScript: Changing Attributes
A demo showcasing how JavaScript can change HTML attributes.
View on CodePen
2. JavaScript: Popup Message
A simple demo of the alert() function in JavaScript.
View on CodePen
3. JavaScript: innerHTML
A demo showing how the innerHTML attribute of elements can be edited.
View on CodePen
Code Challenges
1. JavaScript: """AI""" Chatbot
This is how I meet the AI quota set at my job. Create a simple chatbot with predetermined answers!
View on CodePen