0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

2020/10/2 朝アウトプット

Posted at

#基礎振り返り
HTMLCSS

  • ブロックレベル要素は横幅いっぱいで表示される四角い箱
  • インライン要素は中身のテキスト量だけ横幅が広がる

Ruby

  • irbコマンドはターミナルから直接Rubyプログラムを動かせる機能を起動する
  • lengthメソッドは文字列の文字数を数える
  • to_sメソッドは数値を文字列に変換
  • to_iメソッドは文字列を数値に変換
  • 式展開は文字列のなかで#{式}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?