Search Results

1
vote
4answers
286 views

Javascript shell?

I know that this question has already been asked HERE but sadly none of the answers suggest a jav …
3
votes
8answers
2k views

Class Variables in Javascript

I'm having a bit of trouble trying to get class variables to work in javascript. I thought that I understood the prototype inheritance model, but obviously not. I assumed that since pro …