Created
May 29, 2019 20:43
-
-
Save yenereren/59df1a1a5e1fbb1310878fae0d33a4fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const qaPairs = [ | |
{q: 'newrelic öldü mü?', a:"yok ölmedi, kalbimizde"}, | |
{q: 'Yıkık mısın', a:"https://youtu.be/rUNPLIkY_pU"}, | |
{q: 'sibel nerede', a:"boş yapıyor"}, | |
{q: 'nasılsın', a:"iyi sen"}, | |
{q: 'bu güzel de kimmiş', a:"AAA BENMİŞİM"}, | |
{q: 'newrelic güncellemesi hakkında konuşuyor.', a:"https://youtu.be/QUtHu50HGVM"}, | |
{q: 'Sibel"in son sözün nedir', a:"Size son sozlerim bunlar:\n https://www.instagram.com/p/Bxzff5ahpIZ/?igshid=1358c0k25ovdv"} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment