Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import 'jquery';
  2.  
  3.  
  4. const pig=["leg", "head", "foot", "noise","sadd"];
  5. console.log(pig);
  6. action();
  7. $(document).ready(function(){
  8.  
  9. $('.title').click(function(e){
  10. $(this).css({color:"yellow"});
  11. })
  12.  
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement