What does History.Current property do in Javascript?

 Posted by Rajesh_Kumar on 2/21/2014 | Category: JavaScript Interview questions | Views: 2390 | Points: 40
Answer:

The History.Current is also an static property which contains complete URL of the current History entry.

In other words,we can say that,it returns the URL of the current document in the history array.

Note: 1). This property has no default value.
2). This property is read-only.

Syntax:
history.current


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response