Posts

JavaScript Event

JavaScript Boolean

JavaScript Boolean, It is often useful to have a value that distinguishes between only two possibilities, like “yes” and “no” or “on” and “off”. For this purpose, JavaScript has Boolean type, which has just two values, true and false, … Read More