Week 01 Frontend
Week 01 Frontend
RECRUITMENT
ALCHERINGA 2025
Hello Junta,
Now, we will examine this great language and some of its most prevalent
features;
JS
Let' s begin with a quick setup in your Visual Studio code so that
JS may be used easily.
Video 1: https://youtu.be/iWOYAxlnaww
JS has its own data types and syntax, just like all other
programming languages. Let' s take our time getting to know them.
Video2 : https://youtu.be/FhguwBJeqWs
JS
Conditional statements and loops are most used features of any
programming language conceptually they are similiar in all
languages just quickly go through the video given below.
Video 3: https://youtu.be/JloLGV9DmtQ
Example: Here, the person object has four properties: name, age, occupation, and greet. The
name, age, and occupation properties store data, while the greet property holds a function
that can be invoked.
const person = {
name: "John"
,
age: 30,
occupation: "Engineer"
,
greet: function() {
console.log("Hello, my name is " + this.name);
Video 5: https://youtu.be/X0ipw1k7ygU
}
};
JS
DOM MANIPULATION
DOM (Document Object Model) manipulation refers to the process of
accessing and modifying the structure, content, and styles of an HTML
document using JavaScript. The DOM represents the HTML document as a
tree-like structure of objects, where each element, attribute, and text node
is represented by an object. JavaScript provides methods and properties to
interact with this DOM tree and dynamically update the webpage.
Video 6: https://youtu.be/wKBu_dEaF9E
Popular JS Frameworks and liberaries
We will examine this great language and some of its most prevalent
features; the previous slide may have given you an indication of its
significance.
ASYNC JS
CALLBACKS
Callback functions are functions that are passed as arguments to other functions
and are executed once a certain task is completed. They allow you to define what
should happen when an asynchronous task finishes.
After completing the playlist It's highly recommended that you once
go through:
https://javascript.info/async-await
- https://youtube.com/playlist?list=PLMPgoZdlPumexxtvuPUB3TY7LExI1N_Xp&si=qFHIZscegKpgGYvd
-https://youtu.be/m6PDUIF24v4?si=6zU8NXQf6BBnBNDa
TRANSITIONS AS ANIMATIONS :
-https://medium.com/engineerbabu/a-detailed-guide-to-css-animations-and-transitions-b544502c089c
-https://medium.com/@kmlo/css-transitions-and-animations-basics-a98c0fd444d8
CSS :
-https://www.w3schools.com/css/default.asp
EXTRA RESOURCES
CSS FUNDAMENTALS: ( Video no - 1,9,10,11,16,17,18,20,22)
-https://www.youtube.com/playlist?list=PL4-IK0AVhVjPRj8P56TtFX2hg33BlbT3x
CSS ANIMATION :
-https://www.youtube.com/watch?v=YszONjKpgg4
CSS TRANSFORM :
-https://www.youtube.com/watch?v=rzD-cPhq02E