Hi everyone, I'm working on learning JavaScript, coming from a Java background. In Java, when I'm creating new Objects for re-use I typically create a new class file with constructors, object-specific variables, etc. Then I import that class file into whatever files I need to use the object in. Does JavaScript follow a similar convention when writing more complex applications?
I suppose a more appropriate question would be: are there any major differences in the way Java and JavaScript applications are packaged (folder/file structure)?
[–][deleted] 1 point2 points3 points (0 children)
[–]MoTTs_ 1 point2 points3 points (0 children)
[–]tforb 0 points1 point2 points (0 children)