Say It in German: Undefined

posted in: German, German Vocabulary, Informatik | 0

undefiniert - undefined

undefiniert – undefined

I use JavaScript and see quite a fair bit of code written in the language at work.

JavaScript functions, by default, return the value undefined.

What does “undefined” mean?

The un- is a prefix that means “not”, so then undefinert is nicht definiert (not defined).

Definiert is the past participle of the verb definieren, which comes from the Latin definire, according to Duden.

When I tried to dig out more of the history by Googling, typing “definire” tended to give me Italian rather than Latin, so here’s what I found about the Italian definire from the Italian Etymology Dictionary (yes, it also says it’s from Latin):

De is an intensifier, while finire means “to end”, “to determine”, “to limit”.

The verb finire comes from the word finis – something that has ended, and is, in essence, complete.

So, something that is defined is something that is complete, since if it isn’t complete you can’t really know what it is, and you can’t describe it.

It’s rather interesting (or a more appropriate word could be “mind-bending”), though, if we look at the history of the word, and think along the following lines: Coming back to computer science, when the function (or expression) in JavaScript returns undefined, it’s returning something that means “not complete”.

Yet a return value, in general, signals that the function has finished execution, and that means that it is complete.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.