Start with Python
This commit is contained in:
9
2- javascript/11-bank-accounts-dom/application.js
Normal file
9
2- javascript/11-bank-accounts-dom/application.js
Normal file
@ -0,0 +1,9 @@
|
||||
(function($, window, document) {
|
||||
$(function(){
|
||||
var Bank = {}
|
||||
$('#account-modal').hide()
|
||||
// your code here
|
||||
});
|
||||
}(window.jQuery, window, document));
|
||||
|
||||
// your code from bank accounts 1 here
|
Reference in New Issue
Block a user