-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTitlePagesEbook.tex
More file actions
37 lines (27 loc) · 1.1 KB
/
TitlePagesEbook.tex
File metadata and controls
37 lines (27 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\chapter*{Title Page}
{\LARGE \textsc{\textbf{Programming Under the Hood}}}
\vskip 1\baselineskip
{\Large An Introduction to Computer Programming Using JavaScript}
\vskip 1\baselineskip
{\Large by Jonathan Bartlett}
\vskip 2\baselineskip
{\small
Programming Under the Hood \\
An Introduction to Computer Programming Using JavaScript
Copyright \textcopyright\ 2016 Jonathan Bartlett all rights reserved.
Published in the United States by BP Learning in Broken Arrow, Oklahoma.
This book is part of a BP Learning series of books, \textit{The Programmer's Toolbox}.
Library of Congress Control Number: 2015902481
ISBN: 978-0-9752838-8-2
For author inquiries please send email to info@bplearning.net.
Bookstore bulk order discounts available. Please contact info@bplearning.net for more information.
For more information, please see www.bplearning.net.
1$^{\textrm{st}}$ printing
}
\chapter*{Opening Quote}
\begin{center}
\textit{Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.}
\newline
\newline
---Linus Torvalds
\end{center}