This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 100, 112, 113] ; | |
| function onlyEvens(arr, index) { | |
| if (index === undefined) { | |
| index = 0; | |
| return onlyEvens(arr,index); | |
| } | |
| if (index === arr.length){ | |
| return arr; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Bank of America Customer Table</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> | |
| <style> | |
| body { | |
| font-style: normal; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var input, current, index; | |
| var _OPERATOR = 1; | |
| var _NUMBER = 2; | |
| var _EOF = 3; | |
| function next() { | |
| var char, token = {}; | |
| while(index < input.length) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Minimum order amount --> | |
| <script> | |
| var orderAmount = 30; | |
| </script> | |
| <script src="/content/custom-addon.js"></script> | |
| <!-- Minimum order amount --> | |
| // minimum order amount | |
| //var orderAmount = 30; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // check version | |
| node -v || node --version | |
| // list installed versions of node (via nvm) | |
| nvm ls | |
| // install specific version of node | |
| nvm install 6.9.2 | |
| // set default version of node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta name="google-site-verification" content="nozy74bN8-K65HpQcyEZ7cKESqxNeuLtQoVo_m42tNM" /> | |
| <script type='text/javascript'> | |
| window._tfa = window._tfa || []; | |
| window._tfa.push({notify: 'event', name: 'page_view'}); | |
| !function (t, f, a, x) { |