TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Saineshwar Bageri
82
23.5k
24m
Javascript Function comparing issue
Jun 3 2014 8:26 AM
I Have Javascript Function in Which i am comparing 2 value but they are not matching.
function cool() {
debugger;
var ss = 123123123123123123123123123123;
(ss == '123123123123123123123123123123'); // true
}
Which show me ss = 1.2312312312312312e+29
which takes
(1.2312312312312312e+29 == '123123123123123123123123123123')
it do not match
Reply
Answers (
2
)
How to call a server side method with custom parameters.
open light box