News

In javascript, when we define any variable (string, object, integer, function etc..), some memory is allocated with it and freed when they are not in use by garbage collector and this process is ...