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

301 usages of this tag
  • 6 replies
  • 492 views
This content is deleted
Forum Topic
How can I set the List objects type at runtime?
0 favourites

I like to use functions for objects that I create regularly. Now my problem is that I don't know how the List objects type attributes are called internally. "Li...

  • 15 replies
  • 717 views
This content is deleted
Forum Topic
Function behaves strange?
0 favourites

I want to turn my login events into a function because I want to add multiple ways of signing in. For example by button click, by pressing enter etc. And I just...

  • 2 replies
  • 942 views
This content is deleted
Forum Topic
How to get contents of a JSON object?
0 favourites

For the last 5-6 hours I'm trying to solve my issue that I have. It is a bit frustrating that the documentation in the scripting section is assuming that a prog...

  • 1 replies
  • 405 views

I want to store all of my relevant data like localization, ui position, button sizes for the mobile or PC version in a single JSON object. Is there a way how I...

posted 2 years ago
  • 6 replies
  • 586 views
This content is deleted
Forum Topic
How do I use prototypes in JSON?
0 favourites

I wonder how objects can inherit/copy other objects keys/values. I watched some videos and read through some explanation pages about prototypes, constructors an...

  • 3 replies
  • 432 views

Hi I need help to implement touch->compare orientation on iphone, it works well on Android but I think for iphone device it will need to ask permission for acce...

  • 4 replies
  • 455 views
This content is deleted
Forum Topic
In which language are we programming?
0 favourites

I'm a little confused about this. I read that C3 uses Javascript and HTML5. But to be sure. What I am writing in C3 is HTML5 right? Or is there also a mixture o...

posted 2 years ago
  • 0 replies
  • 138 views
This content is deleted
Forum Topic
Javascript error on mobile
0 favourites

Just wanted to know if anyone else is experiencing this. I get a Javascript error when I launch Construct on mobile. It started yesterday, and the error message...

posted 2 years ago
  • 3 replies
  • 410 views
This content is deleted
Forum Topic
How do I dynamically replace text in this mechanic?
0 favourites

I have a little educational app where random, mix-n-match sentences are generated for students to practice reading. Here is the C3 file . The app creates senten...

  • 2 replies
  • 253 views
This content is deleted
Forum Topic
How do I retrieve an AJAX response?
0 favourites

Previously I use JS fetch API to send request (because I'm more familiar with it). I send a request to my server and it works, but I found that fetch API is run...

posted 1 years ago

Similar Tags