Categories: ProjectsSoftware

ECMAScript 5: The Long-Awaited Javascript Update

In other words, when you have a function, you can call the function’s bind function. Pass in an object, and the function will become a member of that object. The object now has a member function identical to the function you started with.

Now, technically speaking, the function itself hasn’t changed. It’s still there and you can use it. Instead, the ECMAScript engine creates a new function identical to the original in all ways, except that new function is now a member of the object.

As with the JSON support, this is actually not new either. There’s a popular JavaScript library called PrototypeJS. This library includes a bind function that does exactly what I’m talking about here. (In fact, it’s identical to the point that it’s clear the ECMAScript designers based their bind function on PrototypeJS’s bind function.) You can read about it here.

Other Enhancements

There are also several smaller enhancements to ECMAScript. I already mentioned the handful of new functions that exist on the main Object object. The Array object now includes in its prototype several handy new functions that will make your array-manipulation life easier; such as indexOf, map, filter and others. Strings now include a trim function, and the basic objects; String, Boolean, Number and Date, now include prototype functions for converting to JSON strings. To see the full list, have a look at the page I mentioned earlier.

Page: 1 2 3 4

Jeff Cogswell

Recent Posts

China Chip Growth Slows As US Targets Legacy Chips

Growth in China's output of integrated circuits slows in November as Biden administration reportedly launches…

4 days ago

Meta Adds ‘Live AI’ To Ray-Ban Smart Glasses

Facebook parent Meta adds AI voice chat, live translation to Ray-Ban Meta smart glasses as…

5 days ago

US Senate Criticises Amazon Over Warehouse Safety

Senate study finds Amazon did not implement protections recommended by internal studies over risk they…

5 days ago

US Lawmaker Calls For Drone Detection Tech After Runway Closure

US senate majority leader calls for federal deployment of drone detection technology after drone sightings…

5 days ago

TikTok Shop US Sales Surpass Shein, Sephora

After launching in September 2023, TikTok Shop rises to broad popularity with US sales surpassing…

5 days ago

China Chip Investment Plummets Amidst US Restrictions

Investment in China's semiconductor industry falls by one-third this year as US tightens restrictions, state…

5 days ago