In computer programming, whitespace is any character or series of characters that represent horizontal or vertical space in the code’s typography. In today’s video I am going to cover how google approaches whitespaces when working with JavaScript.
Link to guidelines: https://google.github.io/styleguide/jsguide.html#formatting-vertical-whitespace
Music: Bland by Coma Media
My coding blog: http://treeindev.net/
The Google's guidelines for JavaScript is a document that serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language.
#javascript #google #software #guidelines