If you want to start programming in Javascript you might ask where do you actually start? It might be that you’ve been interested in learning more about web programming in general, for which it would be useful to also learn about HTML and CSS as well. While HTML and CSS deal with the structure of …
Tag Archives: javascript
Javascript true and false values
In Javascript comparing values are not always as straightforward as one would expect. Overcoming that fear of which variables are truthy are sometimes is just as easy as learning which values are falsy. If you remember them (6 values) then you can easily know which values are true. NaN false undefined ”, “”, “ – …
Java or Javascript
What is the difference between Java and Javascript? This confusion is very common and just because they share the same prefix Java it is easy to think they are somehow related. Java is a general programming language used heavily today for writing applications designed to run on desktops or servers. Although Java applications can be …