Who here would join this? from knowing nothing to practically knowing everything!

ThePixelStarter

Feedback score
0
Posts
6
Reactions
0
Resources
0

JavaScript and so much more from knowing nothing to Professional

What are the key takeaways from this and you joining this program..
This program I don't know when I will stop teaching but this will help my students to get a in-depth grips with JavaScript fundamentals and apply them in code this will be my first course. I will cover components needed to write scripts, shows you how to apply JavaScript to create interactive web pages, and contains many exercises to get hands-on experience.

Understanding the building blocks of JavaScript provides a foundation for your own applications, and the quick guides on HTML and JSON really make it the only program you’ll need when learning JavaScript for web development.

Key features:
  • Learn to write idiomatic JavaScript code, and create effective, customizable programs to complete tasks and solve problems​
  • Add JavaScript to web pages using the latest HTML5 features, and add images, drawings, and animations using the Canvas API​
  • Implement your knowledge in a variety of challenging exercises and exciting projects, which will consolidate your learning and push your abilities to the limit​

Key Topics Covered:

  • Why should you learn JavaScript?​
  • Storing data in variables, arrays, and objects​
  • Making decisions with logical statements and loops​
  • Writing efficient, maintainable code with functions, methods, and classes​
  • Manipulating the DOM with JavaScript to add interactivity and bring web pages to life​

What makes this program necessary? What gap does it fill?

As the internet evolves, learning how to create custom user experiences is essential to the modern web experience. JavaScript is one of the core technologies for the web, alongside HTML and CSS, and it's an essential skill to have as a modern web developer.

As a more hands-on form of learning than many of the other programs/classes out there, writing real code and having the ability to see your programs in action is a great way to learn to program. This program/class I am offering is filled with coding examples, setting the learner on the right path for practicing and creating interactive web content.

I wanted a class/program that could be used in live classroom training. We wanted it to give students something after the course if we didn’t manage to cover all the topics. Therefore, the exercises that will be offered is to designed as starter projects which can be used as a reference for real-world applications to gain more experience and begin an original portfolio.

How does my program differ from other JavaScript programs?​

My program is a one-stop shop to learn JavaScript, starting from an absolute beginner level up to an employable skill level. I do not just cover the theory and show how things are done conceptually, but it also invites you to put your newly acquired knowledge into practice in a unique and innovative way.

I give particular focus to projects that create experiences for web users, bringing all aspects of coding together. By focusing on the browser’s DOM on top of pure JavaScript at an early stage, I have demonstrate how simple techniques can create very real experiences. This is where your level of JavaScript should start to feel like an applicable skill.

Once you’ve completed my program, we introduce a variety of frameworks and libraries to give an idea of the directions a JavaScript programmer could take. The step to developing with environments, frameworks, and libraries like Node.js, Angular, and React has gotten smaller in recent years, and we aim to point you in the right direction.

MORE TO COME FROM ME!​
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Zorino

Node.js Developer
Supreme
Feedback score
1
Posts
19
Reactions
30
Resources
16
nice, but this won't teach everything related to JavaScript 😔
 
Last edited:

ThePixelStarter

Feedback score
0
Posts
6
Reactions
0
Resources
0
nice, but this won't teach everything related to JavaScript 😔
I will cover nearly everything in javascript but not everything in the different frameworks and libraries I will guide you through it and if you have any questions I do my best to help you out. But with this you will learn components needed to write scripts, shows you how to apply JavaScript to create interactive web pages, and contains many exercises to get hands-on experience.
 
Last edited:

ThePixelStarter

Feedback score
0
Posts
6
Reactions
0
Resources
0
So over the weekend i came up with this and the chapters I will be teaching:

Context:
Chapter 1 : getting started with JavaScript
2. Why should you learn JavaScript?
3. Setting up your environment

3. Integrated Development Environment
4. Web browser
4. Extra Tools
4. Online editor
4. How does the browser understand JavaScript?
5. Using the browser console

6. Practice Exercise 1.1
7. Adding JavaScript to a web page
7.Directly in HTML
7. Practice exercise 1.2
8. Linking an external file to our web page
8. Practice exercise 1.3
9. Writing JavaScript code
9. Formatting Code
9. Indentations and whitespace
10. Semicolons
11. Code Comments
11. Practice exercise 1.4
12., Prompt
12. Random Numbers
13. Chapter Project
13. Creating an HTML file and a linked JavaScript File
14. Self-Check Quiz
14. Summary
 

ThePixelStarter

Feedback score
0
Posts
6
Reactions
0
Resources
0
Chapter 2: JavaScript Essentials
Variables

1. Declaring Variables
2. let, var, and const
3. Naming Variables

Primitive data types
4. String
4.1 Escape Characters
5. Number
6. Bigint
7. Boolean
8. Symbol
9. Undefined
10. null

Analyzing and modifying data types
11. Working out the type of a variable
12. Converting data types
13. Practice exercise 1.0

Operators
14. Arithmetic operators
14.1. Addition
14.2. Subtraction
14.3. Multiplication
14.4 Divisions
14.5 Exponentiation
14.6 Modulus
14.7 Unary operators: increment decrement
14.8 Combining the operator
15. Practice exercise 1.1

Assignment Operators
16 Practice exercise 1.1
Comparison Operators
17. Equal
18. Not Equal
19. Greater than and Smaller than

Logical Operators
20. And
21. Or
22. Not

Chapter project
23. Miles-to-Kilometers Converter
24. BMI Calculator

Self-check quiz
Summary
 

ThePixelStarter

Feedback score
0
Posts
6
Reactions
0
Resources
0
So uh. Just a copy of js in 30 days. But you charge for it.

This has been available for years.
https://github.com/Asabeneh/30-Days-Of-JavaScript

And it's how I learned to start using js.

Oh no no no I will be guiding you through giving in-depth content to read and follow and breaking down the code.

I do not believe you can learn everything their is to JavaScript in 30 days if your working on something completely complex because their can be some, or a lot of math involved. But i will provide everything there is to get to that stage working webside or console side. not the different libraries and frameworks.
 
Last edited:
Top