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
1
2