Coding Activities by Kieran

Celestial Showcase Part 4

Initialize the rest of the function and complete the project by adding responsiveness

Celestial showcase Part 3

Style a few more components and Write fetchAPODData() and function updateUI()

Celestial Showcase part-1

In this activity setup HTML, video background and Basic Bootstrap for your major project

Days remaining and Age calculator

This activity guides students through building a simple web application to calculate the number of days remaining until a specific event and to determine a person's age from their birthdate. Using basic HTML and JavaScript, learners will practice manipulating Date objects and dynamically updating webpage content.

To-Do List

In this activity, Create a To-Do list using DOM Manipulation

Loops in JS

In this activity, learn about the loops and how loops are useful in JS.

Methods in JS

In this activity, learn what are the basic inbuilt string methods in JS.

Scope of Variables in Functions

In this activity, learn what local variables are and how it can be accessed.

Create basic Function in JS

In this activity, learn how to declare functions and invoke functions on-click events.

Statement

In this activity, learn what statements are.

Variables

In this activity, learn how to create variables and do operations with variables.

Syntax guide and Commenting.

In this activity, learn about basic guidelines of JS syntax and purpose of comments.