How can we create variables in Less.JS ?
English meaning of LESS means minimizing something. LESS.JS simplifies your CSS by adding extra capabilities to CSS like variables, mixin's etc. LESS.JS makes your CSS dynamic. LESS extends your CSS and simplifies your CSS. For more information :http://www.dotnetinterviewquestions.in/article_what-is-the-need-of-lessjs-javascript-interview-questions_241.html
Also,tell me what are the types of framework are there ?
Am confused with these functions.Can any one tell me the difference and give some example for each .
Tell me the difference for below two functions
$(document).ready(function() { alert("Function using Document Ready"); }
vs
$(function() { alert("Normal function"); }