array() - Array() - määrab massivi JS, algab nulliga ja sulgudes kirjuatakse elemendid
Näide
backend -
- on süsteemi serveriosa, mis vastutab andmetöötluse, rakendusloogika ja andmebaasidega suhtlemise eest.
- is the server part of the system, which is responsible for data processing, application logic and interaction with databases
body (CSS, HTML) - HTML, CSS
HTML lehe sisu, mida näeb kasutaja ja mida näitab veebilehitseja(brauser)
CI -
- on automaatne protsess, mis aitab arendajatel veenduda, et nende koodimuudatused ei riku projekti.
- is an automatic process that helps developers make sure their code changes don't break the project.
code refactoring -
- on protsess, mille käigus parandatakse koodi sisemist struktuuri ilma selle välist käitumist muutmata. Peamine eesmärk on muuta kood loetavamaks ning lihtsamini hooldatavaks ja laiendatavaks.
- is the process of improving the internal structure of code without changing its external behavior. The main goal is to make the code more readable and easier to maintain and extend.
compiler -
- on programm, mis tõlgib programmeerimiskeeles kirjutatud lähtekoodi masinkoodiks või vahekoodiks, mida arvuti saab täita.
- is a program that translates source code written in a programming language into machine code or intermediate code that can be executed by a computer.
CSS (CSS) - Cascading style Sheets - каскадные таблицы стилей
debugger -
- on tööriist või programm, mis aitab arendajal leida ja kõrvaldada vigu koodis.
- is a tool or program that helps a developer find and eliminate errors in code
debugging -
- on koodis või programmis esinevate vigade leidmine ja parandamine.
- is the process of finding and fixing bugs in a code or program