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