Michael B. White

Michael B. White’s Followers (4)

member photo
member photo
member photo
member photo

Michael B. White



Average rating: 3.67 · 106 ratings · 10 reviews · 9 distinct works
Mastering Python: Machine L...

3.80 avg rating — 40 ratings3 editions
Rate this book
Clear rating
Computer Networking: The Co...

3.50 avg rating — 26 ratings3 editions
Rate this book
Clear rating
Mastering Java: An Effectiv...

3.86 avg rating — 14 ratings2 editions
Rate this book
Clear rating
Mastering JavaScript: A Com...

3.50 avg rating — 10 ratings3 editions
Rate this book
Clear rating
Mastering C# (C Sharp Progr...

really liked it 4.00 avg rating — 6 ratings3 editions
Rate this book
Clear rating
Machine Learning: A Journey...

3.14 avg rating — 7 ratings2 editions
Rate this book
Clear rating
Mastering C++: A Step by St...

3.67 avg rating — 3 ratings2 editions
Rate this book
Clear rating
Mastering Python: Machine L...

0.00 avg rating — 0 ratings
Rate this book
Clear rating
Solomon's Adventures: An Am...

0.00 avg rating — 0 ratings
Rate this book
Clear rating
More books by Michael B. White…
Quotes by Michael B. White  (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“function imgLoad(url) { return new Promise(function(resolve, reject) { var request = new XMLHttpRequest(); request.open('GET', url); request.responseType = 'blob'; request.onload = function() { if (request.status === 200) { resolve(request.response); } else { reject(Error('Image didn\'t load successfully; error code:' + request.statusText)); } }; request.onerror = function() { reject(Error('There was a network error.')); }; request.send(); }); }”
Michael B. White, Mastering JavaScript: A Complete Programming Guide Including jQuery, AJAX, Web Design, Scripting and Mobile Application Development

“var -  used to declare variables with the option of initializing the variable to a value let – used for declaring local values with a block scope and the option of initializing the variable to a value const – used to declare read-only named constants with block scope.”
Michael B. White, Mastering JavaScript: A Complete Programming Guide Including jQuery, AJAX, Web Design, Scripting and Mobile Application Development

“// Arrays var trees = ['elm', 'ash', 'cedar', 'poplar', 'maple']; 0 in trees; // will return true 3 in trees; // will return true 6 in trees; // will return false 'ash' in trees;    // will return false (the index number must be specified,”
Michael B. White, Mastering JavaScript: A Complete Programming Guide Including jQuery, AJAX, Web Design, Scripting and Mobile Application Development



Is this you? Let us know. If not, help out and invite Michael to Goodreads.