Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7681335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:19:07+00:00 2026-05-31T18:19:07+00:00

So i have 2 classes, users and health readings. i made a array of

  • 0

So i have 2 classes, users and health readings. i made a array of user objects with an array of readings inside it.i just want access to the date and weight in the reading array, i have been trying for a long time to figure this out! please help this simple problem is driving me nuts!

// Class to represent a row in the seat reservations grid
function Reading(theDate,theWeight)
{

    self.theDate=ko.observable(theDate);
    self.theWeight=ko.observable(theWeight);
}

function User(name,weight,date) {
    var self = this;
    self.name = name;
    self.date = date;
    self.weight = ko.observable(weight);
     self.theReadings = ko.observableArray([
        new Reading(12,13)
    ]);

}
    // Editable data
      self.users = ko.observableArray([
        new User("George",1,2012),
        new User("Bindu",2,2012)
    ]);
    /this alerts an object but i dont know how to access the weight/date variable
    alert(self.users()[0].theReadings()[0]);

    self.readings = ko.observableArray([
        new Reading(12,13)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T18:19:08+00:00Added an answer on May 31, 2026 at 6:19 pm

    Just missed a few things on this one.

    Here ya go.

    http://jsfiddle.net/EN7y4/3/

    Namely. You had “self.theWeight” in function Reading instead of “this.”…

    Happy Coding!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a login system with 3 different classes of users. My requirement
I have three classes; User, Feed, and Entries. Users have one or more Feeds
In my app I have the classes User, Video, and Vote. Users and Videos
I have two classes: User : /** @Entity @Table(name=users) */ class User { /**
I'm using LINQ to SQL and C#. I have two LINQ classes: User and
I have the two entity classes, User and MyCharacter. User has a list of
I have quite a large VB6 project, with many forms, classes, modules and user
I have two classes: class User < ActiveRecord::Base :has_one :foo end class Foo <
I have two classes : User, Patent and Help (belongs_to :user and belongs_to :patent)
I have two classes. UserModel and UserController. file: localhost/controllers/user.controller.php <?php class UserController { public

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.