I'm sure this has been thrown up before, but I didn't see it:
Is it suggested to learn Javascript - or any other programming language - before trying to utilize Node Red? I have some experience with vendor proprietary language, but little else except for some C.
Being a "graphical programming environment" its a bit hard to describe using only text.
Another good set of tutorials, especially to help understand the "dashboard" is: http://noderedguide.com/
Agree with the others. However, I'd say that learning some HTML/JavaScript/CSS is never a bad thing if you can. It opens up all sorts of potential for making better use of your computer systems and data.
I'm not just talking about Node-RED here though that does, of course, give you a really good framework for prototyping and creating data manipulations. The ability to knock together a web app or a Node.js service is incredibly useful for many people.