reading-notes-ma


Project maintained by mohnalkhateeb Hosted on GitHub Pages — Theme by mattgraham

HTML Links

anchorhtml

mailtoa

targeta

idanchor

Layout

inbloc

Function

Functions let you group a series of statements together to perform a specific task. If different parts of a script repeat the same task, you can reuse the function (rather than repeating the same set of st atements).

fundec

funcall

returnarray

Pair Programming

pair programming is the practice of two developers sharing a single workstation to interactively tackle a coding task together.