Is freeCodeCamp a good path for aspiring Game Engineers?

It’s perfectly possible to make games with just JavaScript (especially with WebWorkers) and HTML (especially with HTML5’s <canvas> element).

Here’s an example, sort of a proof-of-concept of using those technologies to create a game:

Still, most “serious” game developers would be using Unity with C# or similar.