Home »
MCQs »
Meteor.js MCQs
Which of the following function method compares the value of a session variable to a specified value?
24. Which of the following function method compares the value of a session variable to a specified value?
- Session.compares
- Session.equals
- Session.value
Answer: B) Session.equals
Explanation:
This method compares the value of a session variable to a specified value.