@xdothackerx I'll be on for a little while and then again later today. I know my stuff needs lots of work so I'm eager to get your feedback!
Samantha Camus
@xdothackerx
@rkudrna You here? What was it you need help on?
@all BTW, I'll be hanging out after class tomorrow in case anyone needs some 1-on-1 time.
Rachel Kudrna
@rkudrna
@xdothackerx Hey there! I just sat down to see if I can make my page more interactive. Right now all I have is the prompt changing based on user input for the guessing game.
I can also share snippets along the way if that's simpler. :)
I'm making a <ul> of objects using jQuery as soon as my page loads. I used a constructor to make a bunch of Fruits
Now that I have my Fruits I want to sort them. I want to have two buttons on the page. One that will sort them by calories, one that will sort them by gLoad.
Rachel Kudrna
@rkudrna
...
so, here's where I get confused
I need to make an array of Fruits
I can do that by passing my variable names into an array, but that doesn't seem to be an interaction with the DOM. Right?
I'm thinking there's a way to query for all <li>s, but will they maintain their status as objects with properties I can sort them by?
Samantha Camus
@xdothackerx
Uhhh give me a minute to download all your stuff and take a look. XD