Javascript

(#55296734)
Level 1 Guardian
Click or tap to view this dragon in Scenic Mode, which will remove interface elements. For dragons with a Scene assigned, the background artwork will display at full opacity.

Familiar

Wandering Surgepriest
Click or tap to share this dragon.
Click or tap to view this dragon in Predict Morphology.
Energy: 0/50
This dragon’s natural inborn element is Lightning.
Female Guardian
Expand the dragon details section.
Collapse the dragon details section.

Personal Style

Apparel

Skin

Skin: Blackfire

Scene

Measurements

Length
15.92 m
Wingspan
18.95 m
Weight
11431.5 kg

Genetics

Primary Gene
Fog
Skink
Fog
Skink
Secondary Gene
Charcoal
Spinner
Charcoal
Spinner
Tertiary Gene
Azure
Runes
Azure
Runes

Hatchday

Hatchday
Sep 16, 2019
(4 years)

Breed

Breed
Adult
Guardian

Eye Type

Eye Type
Lightning
Common
Level 1 Guardian
EXP: 0 / 245
Scratch
Shred
STR
7
AGI
6
DEF
8
QCK
5
INT
5
VIT
8
MND
6

Biography

Javascript
IT'S NOT JAVA!1!!!
Code:
class Dragon { constructor(name) { this.name = name this.children = [] } getDescendants(indent) { process.stdout.write(indent) if(this.children.length != 0) { indent += "\t" } process.stdout.write(this.name + '\n') for (const child in this.children) { if (this.children.hasOwnProperty(child)) { const element = this.children[child] element.getDescendants(indent) } } } } function main() { console.log('I am a Naomi Descendant!') var Naomi = new Dragon("Naomi") var Willow = new Dragon("Willow") var Mara = new Dragon("Mara") var Binary = new Dragon("Binary") var Alexa = new Dragon("Alexa") var Python = new Dragon("Python") var Javascript = new Dragon("Javascript") var Malyce = new Dragon("Malyce") var Seivryn = new Dragon("Seivryn") var Toraso = new Dragon("Toraso") var Hal = new Dragon("Hal") var Erroneous = new Dragon("Erroneous") var Tsuro = new Dragon("Tsuro") var Quirk = new Dragon("Quirk") var Glitschen = new Dragon("Glitschen") var Code = new Dragon("Code") var Cipher = new Dragon("Cipher") var Fia = new Dragon("Fia") var Ammutseba = new Dragon("Ammutseba") var Hastur = new Dragon("Hastur") var Cypir = new Dragon("Cypir") var Exodus = new Dragon("Exodus") var Thorn = new Dragon("Thorn") var Rivit = new Dragon("Rivit") var Freak = new Dragon("Freak") var Foible = new Dragon("Foible") Naomi.children.push(Willow) Willow.children.push(Mara) Willow.children.push(Erroneous) Willow.children.push(Fia) Willow.children.push(Thorn) Mara.children.push(Binary) Mara.children.push(Malyce) Binary.children.push(Alexa) Alexa.children.push(Python) Python.children.push(Javascript) Malyce.children.push(Seivryn) Seivryn.children.push(Toraso) Toraso.children.push(Hal) Hal.children.push(Python) Erroneous.children.push(Tsuro) Tsuro.children.push(Quirk) Quirk.children.push(Glitschen) Glitschen.children.push(Code) Code.children.push(Cipher) Cipher.children.push(Toraso) Fia.children.push(Ammutseba) Ammutseba.children.push(Hastur) Hastur.children.push(Cypir) Cypir.children.push(Exodus) Exodus.children.push(Binary) Thorn.children.push(Rivit) Rivit.children.push(Freak) Freak.children.push(Foible) Foible.children.push(Glitschen) Naomi.getDescendants(""); } main();
These Violent Delights Have Violent Ends
If you feel that this content violates our Rules & Policies, or Terms of Use, you can send a report to our Flight Rising support team using this window.

Please keep in mind that for player privacy reasons, we will not personally respond to you for this report, but it will be sent to us for review.

Click or tap a food type to individually feed this dragon only. The other dragons in your lair will not have their energy replenished.

Insect stocks are currently depleted.
Feed this dragon Meat.
Feed this dragon Seafood.
Feed this dragon Plants.
You can share this dragon on the forums by either copying the browser URL manually, or using bbcode!
URL:
Widget:
Copy this Widget to the clipboard.

Exalting Javascript to the service of the Shadowbinder will remove them from your lair forever. They will leave behind a small sum of riches that they have accumulated. This action is irreversible.

Do you wish to continue?

  • Names must be longer than 2 characters.
  • Names must be no longer than 16 characters.
  • Names can only contain letters.
  • Names must be no longer than 16 characters.
  • Names can only contain letters.