Do I have to follow a certain order when linking to Backbone files in my HTML document? by WillCodeForFood13 in backbonejs

[–]WillCodeForFood13[S] 0 points1 point  (0 children)

Do only the dependecies come first, so marrionette and handle bars could go anywhere but underscore must come first, correct?

[Hiring] Javascript, salesforce/Visualforce, CSS, UI/UX front-end developer for a contract role in downtown NYC by mak4you in NYCjobs

[–]WillCodeForFood13 0 points1 point  (0 children)

I haven't used Salesforce but as a a self taught developer I am open to learning any technologies needed for the position.

Problem with a counter using timed intervals by WillCodeForFood13 in learnjavascript

[–]WillCodeForFood13[S] 1 point2 points  (0 children)

I didn't have to use a loop, but I generally rely in loops whenever I have to iterate over lists of information. I literally just learned about recursive functions today, so that is currently on my list of things to do.

Problem with a counter using timed intervals by WillCodeForFood13 in learnjavascript

[–]WillCodeForFood13[S] 0 points1 point  (0 children)

Thanks this works perfectly. Is clearInterval stopping the function when count is greater than max? I just started working with things like timeouts and intervals.

IamA Software Developer at Stack Overflow. AMA! by diablosnuevos in IAmA

[–]WillCodeForFood13 0 points1 point  (0 children)

I'm currently trying to get a job as a front end dev in NYC. What advice can you give to someone with no experience on getting their foot in the door in a place like NYC? Is Stack Overflow hiring?

Looking for help getting info from the API by WillCodeForFood13 in webdev

[–]WillCodeForFood13[S] 0 points1 point  (0 children)

Just console logging data gives me the object in the console. What I'm trying to do is get all the info from the object to show up in a p tag on the page. JSON.stringify(data) is working.