“rozwiązanie” Kod odpowiedzi

rozwiązanie

solution (in Grepper context)
is about creating procedures and software so the user can do their work.
SDLC takes care of the SW (software) part

SDLC (SW dev life cycle) includes 
1-3. planning, analysis, design, 
4. development (or build) , 
5-7. testing, implementation, and maintenance. 

Solution starts when we start planning and ends after a lot of maintenance 
and finally stop using the solution or we upgrade the solution.
ruperto2770

rozwiązanie

        function myFunction()
        {
         var table = document.getElementById("table");
         var Row = table.insertRow(table.length);
         var cell1 = NewRow.insertCell(0);
         var cell2 = NewRow.insertCell(1);
         var cell3 = NewRow.insertCell(2);
         fname = document.getElementById("fname").value;
         lname = document.getElementById("lname").value;
         age = document.getElementById("age").value;
         
         cell1.innerHTML = "fname";
         cell2.innerHTML = "lname";
         cell3.innerHTML = "age";
         
        }
       
Zealous Zebra

Odpowiedzi podobne do “rozwiązanie”

Pytania podobne do “rozwiązanie”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu