EvaRoets / PHP-debugging

This repo contains the PHP-debugging challenge, an introductory exercise that is part of BeCode's Full Stack Junior Web Developer training.

Home Page:https://evaroets.github.io/PHP-debugging/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP debugging 🐛

🎯 Objectives

  • Understanding the root of bug fixing
  • Know what print_r, var_dump, die, echo, exit, break do
  • Know what to do the next time you're stuck
  • Give yourself the solver's mentality, a problem is just an opportunity to learn!

✔️ Specifications

Open up the junior.php.broken file, read the comments, fix the code blocks as requested in the comments and put the final file expert.php in the repository folder as requested.

🌱 Must-haves

Exercises 1-5

🌻 Nice-to-haves

Exercises 6-10

About

This repo contains the PHP-debugging challenge, an introductory exercise that is part of BeCode's Full Stack Junior Web Developer training.

https://evaroets.github.io/PHP-debugging/


Languages

Language:PHP 100.0%