Skip to content

10 Hours of React just added. Become a Developer With ONE course - HTML, CSS, JavaScript, React, Node, MongoDB and More!

Notifications You must be signed in to change notification settings

developersCradle/web-dev-bootcamp

Repository files navigation

The Web Developer Bootcamp 2023

Web Developer

Boosting my knowledge to up to speed. This contains exercise files and my own notes alongside with them.
Mini projects which are worth of showing are bolded in The Major Projects.

All course material from The Web Developer Boot camp 2023 by Colt Steele If the content sparked 🔥 your interest, please consider buying the course and start learning 📖

The Course at Udemy

Insert certificate here when completed

Note: The material provided in this repository is only for helping those who may get stuck at any point of time in the course. It is very advised that no one should just copy the solutions(violation of Honor Code) presented here.

Official answers here

Progress

The Major Projects/Exercise

  • Todo kts tehtävät ja lisäää
  • Todo muuta tehtävien nimetydehnmukaiseksi ja katso nuoli ja boldaus
  • Todo joku css liittyvä projekti ja linkkaa tänne, niin saa ajattua opit loppuun asti
  • TODO katso tehtävät lävitse listtaan
  • TODO typot ja formatointi. Katso tätä systemaattisesti eteenpäin: 1,2,3,4,5
  • TODO selvitä ja siivoa node_modules pois

FROM OLD COURSE FROM HERE ONE, RawGit got deprecated, some links migrated to HTML preview and work

The Major Projects

Files

IS needed?

MYSTERY TO BE SOLVED https://github.com/developersCradle/web-dev-bootcamp/commit/5e1f81b3bc7fde34061b5d66347bba4ac64333f7

const person = {
    firstName: 'Viggo',
    lastName: 'Mortensen',
    fullName: function () {
        return `${this.firstName} ${this.lastName}`
    },
    shoutName: function () {
        setTimeout(() => {
            //keyword 'this' in arrow functions refers to the value of 'this' when the function is created
            console.log(this);
            console.log(this.fullName())
        }, 3000)
    }
} 

About

10 Hours of React just added. Become a Developer With ONE course - HTML, CSS, JavaScript, React, Node, MongoDB and More!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published