JSFiddle - React, Tailwind, and code Playground

by darcyclarke

JavaScript

var note = [];
note['description'] = 'test';
note['notebook_id'] = 31685;
$.ajax({
    type: 'POST',
    url: 'http://rocketr.com/',
    data: {},
    success: function(data) {
      console.log(data);
      
    },
    error: function(data) {
        console.log(':(');
    }
});