const in JavaScript Topics covered in this video: * What is const (constants)? * What they are used for? * The let keyword behavior vs the const keyword beha... (more…)
Read more »
Andrew Chalkley is the host of That Maker Show, Project Lead of @thingsSDK, and a Teacher @treehouse. Hosting the interview is Taron Foxworth, the Developer Evangelist at Losant. In this conversation… (more…)
Read more »
Just a line or two of R code can be used to create interactive visualizations. See the featured widgets in the showcase and browse over 50 available widgets in the gallery. (more…)
Read more »
There are three ways to create variables in a JavaScript application: using var, using let, or using const. This will not be a post trying to convince you which one you should use, or arguing about what is best. It’s just good to know about the difference... (more…)
Read more »