aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/dynamic_programming_language/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/glossary/dynamic_programming_language/index.html
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/glossary/dynamic_programming_language/index.html')
-rw-r--r--files/ko/glossary/dynamic_programming_language/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/glossary/dynamic_programming_language/index.html b/files/ko/glossary/dynamic_programming_language/index.html
index dc17a46f18..b031c498fa 100644
--- a/files/ko/glossary/dynamic_programming_language/index.html
+++ b/files/ko/glossary/dynamic_programming_language/index.html
@@ -1,7 +1,8 @@
---
title: 동적 프로그래밍 언어
-slug: Glossary/동적_프로그래밍_언어
+slug: Glossary/Dynamic_programming_language
translation_of: Glossary/Dynamic_programming_language
+original_slug: Glossary/동적_프로그래밍_언어
---
<p>A <strong>dynamic programming language</strong> is a programming language in which operations otherwise done at compile-time can be done at run-time. For example, in JavaScript it is possible to change the type of a variable or add new properties or methods to an object while the program is running.</p>