Home »
MCQs »
Meteor.js MCQs
Which of the following function returns the value of a session variable?
19. Which of the following function returns the value of a session variable?
- Session.Value
- Session.get
- Value.session
Answer: B) Session.get
Explanation:
Session.get function returns the value of a session variable.