alert a variable value

Posted by muqtar on Stack Overflow See other posts from Stack Overflow or by muqtar
Published on 2010-06-06T06:04:47Z Indexed on 2010/06/06 6:12 UTC
Read the original article Hit count: 248

Filed under:

How do I display the value of a variable in javascript in an alert box?

For example I've got a variable x=100 and alert(x) isn't working.

© Stack Overflow or respective owner

Related posts about JavaScript