Skip to content Skip to sidebar Skip to footer
Showing posts with the label Constants

How To Implement Properties Preprocessing Before Execution Like It Is Done In Grunt?

Grunt has syntax which is used to set and update configuration properties before task execution. F… Read more How To Implement Properties Preprocessing Before Execution Like It Is Done In Grunt?

Javascript: Constant Properties

In javascript, can I declare properties of an object to be constant? Here is an example object: … Read more Javascript: Constant Properties

How To Select The Last Element On Viewport

I'm looking for an effecient way to constantly select the last element within the visible windo… Read more How To Select The Last Element On Viewport