#31387·curriculum

Javascript : relocation of assignments

Author: S7S37Created Sep 13, 2026Updated Sep 16, 2026

Checks

Describe your suggestion

I recommend that we relocate the private docs so they're after the static mehods / properties, so that the order becomes

  • static methods and properties
  • private properties

The reason for this recommendation is that the article about static methods and properties doesn't mention private properties much and leaves the private properties docs to specify the private static methods/properties.

Quoted from MDN's docs about static methods and properties: "For private static features, see private elements."

Path

Node / JS

Lesson Url

https://www.theodinproject.com/lessons/node-path-javascript-classes#assignment

(Optional) Discord Name

@S7S_37

(Optional) Additional Comments

No response

Source: TheOdinProject/curriculum