File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5454 console . log ( "Stack" ) ;
5555} ;
5656
57- ShowDog . prototype . gait = function ( kind ) {
58- console . log ( kind + "ing ") ;
57+ ShowDog . prototype . bait = function ( ) {
58+ console . log ( "Bait ") ;
5959} ;
6060
61- ShowDog . prototype . examine = function ( ) {
62- console . log ( "Examine ") ;
61+ ShowDog . prototype . gait = function ( kind ) {
62+ console . log ( kind + "ing ") ;
6363} ;
6464
6565ShowDog . prototype . groom = function ( ) {
Original file line number Diff line number Diff line change 6060 console . log ( "Stack" ) ;
6161} ;
6262
63- ShowDog . prototype . gait = function ( kind ) {
64- console . log ( kind + "ing ") ;
63+ ShowDog . prototype . bait = function ( ) {
64+ console . log ( "Bait ") ;
6565} ;
6666
67- ShowDog . prototype . examine = function ( ) {
68- console . log ( "Examine ") ;
67+ ShowDog . prototype . gait = function ( kind ) {
68+ console . log ( kind + "ing ") ;
6969} ;
7070
7171ShowDog . prototype . groom = function ( ) {
Original file line number Diff line number Diff line change 6060 console . log ( "Stack" ) ;
6161} ;
6262
63- ShowDog . prototype . gait = function ( kind ) {
64- console . log ( kind + "ing ") ;
63+ ShowDog . prototype . bait = function ( ) {
64+ console . log ( "Bait ") ;
6565} ;
6666
67- ShowDog . prototype . examine = function ( ) {
68- console . log ( "Examine ") ;
67+ ShowDog . prototype . gait = function ( kind ) {
68+ console . log ( kind + "ing ") ;
6969} ;
7070
7171ShowDog . prototype . groom = function ( ) {
You can’t perform that action at this time.
0 commit comments