Skip to content

Instantly share code, notes, and snippets.

View Fendo181's full-sized avatar
:octocat:
Write Code Every Day 📝

Futoshi Endo Fendo181

:octocat:
Write Code Every Day 📝
View GitHub Profile
@Fendo181
Fendo181 / ContactController.php
Last active November 3, 2016 14:00
laravelで問い合わせフォーム チュートリアル
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
class ContactController extends Controller
{
//

原文:How it feels to learn JavaScript in 2016

2016年にJavaScriptを学んでどう感じたか

The following is inspired by the article “It’s the future” from Circle CI. You can read the original here. This piece is just an opinion, and like any JavaScript framework, it shouldn’t be taken too seriously. No JavaScript frameworks were created during the writing of this article.

この記事はCircle CIによる「It’s the future」にインスパイアされています。この記事は単なる一つの意見であり、JavaScriptフレームワークのように、真剣に語れるべきではありません。JacaScriptフレームワークなんて、この記事が書かている時にはありませんでした。

「It’s the future」の素晴らしい翻訳記事もあるので是非、こちらも参考にして下さい。