Advertisement
Guest User

Untitled

a guest
May 25th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function StarWar(props) {
  2.    
  3.     if (props.value != 0) {
  4.         //I want to pass the props.others like a properties to the class Battle
  5.  
  6.         function testing(){
  7.             //Tuka post metod
  8.             //response = data.id
  9.             //localStorage.setItem('battleid', JSON.stringify(id));
  10.  
  11.             console.log('yeaaaaaaaaaaaaaaaaaaaaaa');
  12.         }
  13.  
  14.         return <div><button className="btn btn-warning"
  15.          onClick={() => testing()}>
  16.         </button>
  17.         </div>
  18.     }
  19.     else {
  20.        ...
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement