views:

55

answers:

1

I'm not sure if I'm asking this in the right place, so apologies if I am not.

I have been studying OO javascript in a variety of texts, but I am finding it difficult to make the jump from theory to practical design problems.

I am hoping to find a tutor who would be willing to spend a little bit of time looking over a small chunk of my code, and offerring suggestions as to how it could be altered / improved.

I'm wondering if anyone has any suggestions as to how to find a fee-for-service tutor online.

Best,

Travis

+1  A: 

If I'm honest javascript isn't the easiest way to learn about OO, maybe try learning python first for the OO concepts (insert flame war here) then move on to js. If you are desperate to learn js first then look at the prototypical object model. OO in js does work in a different way than most of the normal theories.

Good Luck

Gareth

ridecar2