inglise-eesti/vene terminid/dictionary

Tag: JS

 deploy (CSS, HTML, JS, PHP) –  deploy means to spread out or arrange strategically. Software development companies use this term to explain the system of processes involved in the production of new software or hardware.
Array() (JS) – Array() – määrab massiv JS, algab nulliga ja sulgudes kirjutatkse elemendid Näide: Array(element, element2)
Backend (JS, PHP) – Backend Development involves the logic, database, and other operations that are built behind the scenes to run the web servers efficiently.
body (CSS, HTML, JS) – HTML, CSS HTML  lehe sisu, mida näeb kasutaja ja mida näitab veebilehitse Näide – <body> </body> body{omadus}
compiler (JS) – compiler is a computer program that translates computer code written in one programming language into another language
Continuous integration (CI) (CSS, HTML, JS, PHP) – Continuous integration (CI) refers to the practice of automatically and frequently integrating code changes into a shared source code repository.
debugger (CSS, HTML, JS, PHP) –
debugger a computer program that assists in the detection and correction of errors in other computer programs.
document.getElementById() (HTML, JS) – JS meetod, mis võtab ja tagastab elementi tema id järgi Näide: document.getElementById(“nimi”) – tagastatakse element id = “nimi “, id määratakse HTML’is
Event driven languages (CSS, HTML, JS, PHP) – Event-driven languages are designed to respond to external events, such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs.
fillStyle (CSS, JS, PHP) – fillStyle – JS atribuut, mis värvib määrada ala Näide: ctx.fillsStyle = “blue”;
1 2