Content tagged javascript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

Similar Tags

Report Tag

298 usages of this tag
18
20 favourites

Construct supports writing Javascript code in both script files and event sheets. If you're new to the Javascript programming language, consider taking the Lear...

29
This content is deleted
Tutorial
Using TypeScript in Construct
12 favourites

Construct supports writing code for your project in both Javascript and TypeScript . Javascript is normally dynamically typed , meaning variables can have any t...

3
  • 3.7K visits
  • 5.3K views
This content is deleted
Blog Post
Construct 2 vs. Javascript
2 favourites

Recently I read a comment on a blog along the lines of "why buy any HTML5 tools? It's really easy to do it yourself in javascript" . I think this is an interest...

1
  • 21.1K visits
  • 35.1K views
This content is deleted
Blog Post
How to write low garbage real-time Javascript
0 favourites

Edit 27th March 2012: Wow, this article went a long way, thanks for the great response! There's been some criticism of some of the techniques here, such as the...

16
This content is deleted
Blog Post
The architecture of the Construct 3 runtime
4 favourites

The new runtime has been completely rearchitectured. It's forwards-looking to the next years of the web platform. Here are some of the ways it's fundamentally d...

1
  • 11.9K visits
  • 16.6K views
This content is deleted
Blog Post
Hacking something useful out of WKWebView
0 favourites

We recently announced support for WKWebView in iOS apps with significantly improved performance, but some caveats about memory usage and video support. This was...

1
  • 12.5K visits
  • 15.7K views
This content is deleted
Blog Post
Service Workers are a pain in the ass
0 favourites

For years now, Construct 2 has used AppCache to allow its HTML5 games to run offline . However recently Chrome and Firefox have been adding support for Service...

2
  • 3.4K visits
  • 4.7K views
This content is deleted
Blog Post
Why JavaScript needs cross-heap collection
0 favourites

Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance and an important way to avoid...

27
This content is deleted
Blog Post
Compiling expressions to JavaScript in the C3 runtime
4 favourites

The latest beta of Construct 3 includes a major new optimisation for the C3 runtime: It now compiles expressions to Javascript. This improves even further the a...

10
This content is deleted
Blog Post
Optimising events with function binding
4 favourites

Shortly after finishing the expression-to-JavaScript compiler , I realised a couple of the performance tricks we used there could actually be applied to conditi...

Similar Tags