SkillAgentSearch skills...

JavaScript24

A minimal JavaScript arithmetical game with cool animation.

Install / Use

/learn @HandsomeOne/JavaScript24
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#JavaScript24

A minimal arithmetical game with JavaScript syntax.

demo

If embedded in another page, use the following code to sync iframe's height.

onmessage = function (e) {
  if (e.origin.split('//')[1] === 'handsomeone.github.io') {
    document.querySelector('iframe').height = e.data.height
  }
}

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2y ago
Forks1

Languages

JavaScript

Security Score

65/100

Audited on Aug 1, 2023

No findings