Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

what is reveal.js plugin

// toaster.js
export default () => {
  id: 'toaster',
  init: ( deck ) => {
    deck.addKeyBinding( { keyCode: 84, key: 'T' }, () => {
      deck.shuffle();
            console.log('beer');
    } );
  }
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: bookshelfjs npm 
Javascript :: webpack css not shoud be empty 
Javascript :: how to put strings in console javascript 
Javascript :: one-page web app that requires simple style work. using html, css,javascript and jquery 
Javascript :: upload blob to server 
Javascript :: find first and last occurence in knockout js template 
Javascript :: how create array with names of files in folder nodejs 
Javascript :: get latest file from s3 bucket javascript 
Javascript :: google app script column to array indexOf 
Javascript :: how to add class to element on mouseclick with js 
Javascript :: append rotated triangle in anchor tag 
Javascript :: vuetify checkbox click firing twice 
Javascript :: get the first value when mapping through the array 
Javascript :: add cloudinary to gatsby javascript 
Javascript :: jquery on load vs ready 
Javascript :: angular sumar labels 
Javascript :: benchmark ram usage angular 
Javascript :: how to start v-for on a specific index 
Javascript :: what does results.push({}) nodejs mean 
Javascript :: react native scrollview fixed header 
Javascript :: $set 
Javascript :: node closes once you open app react-native 
Javascript :: button inside popover not viible 
Javascript :: push a new route only triggers URL change but not location change 
Javascript :: how to change grid size with conditional expression in react 
Javascript :: application/ld+json react 
Javascript :: configuration file must specify a supported nodejs10 version that is compatible with the runtime specified in the deployment. 
Javascript :: how do i activate my mangekyou sharingan 
Javascript :: reduce javascript acc became numeber insted array 
Javascript :: Javascript function to transform string to add character upfront - 1 21 321 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =