IE 5.5: Formatting, URIs, and Stack Operations : A Final Word
IE 5.5: Formatting, URIs, and Stack Operations
A Final Word
In this column we brought you a potpourri of new capabilities introduced in Internet Explorer 5.5. We showed you how to use the new methods and operators, and how to encode and decode a URI. We taught you how to write the Stack and Queue operators by yourself, in case you are surfing with pre-5.5 version.
In this column you learned:
- How to format numbers according to program instructions
- How to format data according to environment settings
- How to push and pop array elements
- How to shift and unshift array elements
- How to detect object-property relationship
- How to encode and decode URIs
We also included the listing of our push()
, pop()
, shift()
, and unshift()
implementation.
Produced by Yehuda Shiran and Tomer Shiran
Created: March 14, 2000
Revised: April 26, 2000
URL: https://www.webreference.com/js/column59/9.html