Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
How to make json object ready only
Anil Kumar Murmu
8y
490
1
Reply
Say I have a JSON object
var student = {name: "Anil", Age: 27};
student.Age = 30; // I want to restrict this code.
Please help me to understand, how can we make JSON object read only type.
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
How to get Template Field Value using Javascript
How to javascript validtion email